TalesOfNovariel/save.json

143 lines
1.9 KiB
JSON

{
"player": {
"playername": "Nicola",
"maxHealth": 110,
"maxSecondary": 10,
"secondary": 10,
"health": 110,
"strength": 7,
"dexterity": 5,
"intelligence": 3,
"level": 3,
"experience": 6,
"maxExperience": 80,
"race": "Human",
"role": "Warrior",
"points": 9,
"healthRegen": 30,
"secondaryRegen": 5,
"isDodging": "False",
"killcount": 4,
"luck": 26,
"difficulty": 0
},
"world": {
"cityAmount": 5,
"maxCityAmount": 5,
"currentTile": "-1/0/1",
"map": {
"tile0": "./save/tile0.json",
"tile1": "./save/tile1.json"
}
},
"inventory": {
"equipment": {
"head": "empty",
"rightHand": "empty",
"leftHand": "empty",
"amulet": "empty",
"feet": "empty",
"shoulders": "empty",
"chest": "empty",
"ring": "empty"
},
"bags": {
"slot0": {
"bag1": {
"rarity": "COMMON",
"place": "BOOTS",
"itemName": "Common boots of mana",
"MP": 12
},
"bag2": "empty",
"bag3": "empty"
},
"slot1": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot2": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot3": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot4": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot5": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot6": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot7": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot8": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot9": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot10": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot11": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot12": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot13": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot14": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot15": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot16": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
"slot17": {
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
}
}
}
}