TalesOfNovariel/save.json

29 lines
395 B
JSON

{
"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": {
"cityAmount": 5,
"maxCityAmount": 5,
"currentTile": "0/0/0",
"map": {
}
}
}