TalesOfNovariel/save.json
2022-06-12 11:37:29 +02:00

29 lines
424 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": "-1/0/0",
"map": {
"tile0": "./save/tile0.json"
}
}
}