v1.3.0, Added game saving mechanic (WIP)
This commit is contained in:
27
save.json
Normal file
27
save.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"Player": {
|
||||
"playername": "",
|
||||
"maxHealth": 110,
|
||||
"maxSecondary": 10,
|
||||
"secondary": 10,
|
||||
"health": 110,
|
||||
"strength": 7,
|
||||
"dexterity": 5,
|
||||
"intelligence": 3,
|
||||
"level": 0,
|
||||
"experience": 0,
|
||||
"maxExperience": 10,
|
||||
"race": "Human",
|
||||
"role": "Warrior",
|
||||
"points": 0,
|
||||
"isDodging": "False",
|
||||
"killcount": 0,
|
||||
"difficulty": 0,
|
||||
|
||||
},
|
||||
"World": {
|
||||
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user