168 lines
2.4 KiB
JSON
168 lines
2.4 KiB
JSON
{
|
|
"player": {
|
|
"playername": "Nicola",
|
|
"maxHealth": 120,
|
|
"maxSecondary": 30,
|
|
"secondary": 38,
|
|
"health": 130,
|
|
"strength": 10,
|
|
"dexterity": 5,
|
|
"intelligence": 3,
|
|
"level": 3,
|
|
"experience": 56,
|
|
"maxExperience": 80,
|
|
"race": "Human",
|
|
"role": "Warrior",
|
|
"points": 0,
|
|
"healthRegen": 30,
|
|
"secondaryRegen": 5,
|
|
"isDodging": "False",
|
|
"killcount": 5,
|
|
"luck": 26,
|
|
"difficulty": 0
|
|
},
|
|
"world": {
|
|
"cityAmount": 5,
|
|
"maxCityAmount": 5,
|
|
"currentTile": "0/0/1",
|
|
"map": {
|
|
"tile0": "./save/tile0.json"
|
|
}
|
|
},
|
|
"inventory": {
|
|
"equipment": {
|
|
"head": "empty",
|
|
"rightHand": "empty",
|
|
"leftHand": {
|
|
"rarity": "LEGENDARY",
|
|
"place": "LEFTHAND",
|
|
"itemName": "Greatshield (legendary)",
|
|
"MPR": 3,
|
|
"HPR": 3,
|
|
"MP": 3,
|
|
"HP": 3,
|
|
"STR": 3,
|
|
"DEX": 3,
|
|
"INT": 3,
|
|
"LCK": 3
|
|
},
|
|
"amulet": "empty",
|
|
"feet": "empty",
|
|
"shoulders": "empty",
|
|
"chest": {
|
|
"rarity": "RARE",
|
|
"place": "ARMOR",
|
|
"itemName": "Armor of health attribute (rare)",
|
|
"HP": 10,
|
|
"MP": 8
|
|
},
|
|
"ring": "empty"
|
|
},
|
|
"bags": {
|
|
"slot0": {
|
|
"bag1": "empty",
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"questlog": {
|
|
"find": {
|
|
"quest0": {
|
|
"questname": "Find all cities",
|
|
"keyword": "City",
|
|
"current": 0,
|
|
"goal": 5,
|
|
"isFinished": "False",
|
|
"coordinates": "0/0"
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
} |