30 lines
454 B
JSON
30 lines
454 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/-1",
|
|
"map": {
|
|
"tile0": "./save/tile0.json",
|
|
"tile1": "./save/tile1.json"
|
|
}
|
|
}
|
|
} |