added font, updated ui, fixed some code

This commit is contained in:
TAASONI3
2023-12-13 12:49:38 +01:00
parent 10ad860d3e
commit 17a0a22dd4
65 changed files with 1697 additions and 5019 deletions

122
save.json
View File

@@ -1,30 +1,30 @@
{
"player": {
"playername": "Nicola",
"maxHealth": 120,
"maxSecondary": 30,
"secondary": 38,
"health": 130,
"strength": 10,
"playername": "",
"maxHealth": 110,
"maxSecondary": 10,
"secondary": 50,
"health": 310,
"strength": 7,
"dexterity": 5,
"intelligence": 3,
"level": 3,
"experience": 56,
"maxExperience": 80,
"level": 0,
"experience": 0,
"maxExperience": 10,
"race": "Human",
"role": "Warrior",
"points": 0,
"healthRegen": 30,
"secondaryRegen": 5,
"isDodging": "False",
"killcount": 5,
"luck": 26,
"killcount": -1,
"luck": 20,
"difficulty": 0
},
"world": {
"cityAmount": 5,
"maxCityAmount": 5,
"currentTile": "0/0/1",
"currentTile": "0/0/0",
"map": {
"tile0": "./save/tile0.json"
}
@@ -33,121 +33,67 @@
"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
},
"leftHand": "empty",
"amulet": "empty",
"feet": "empty",
"shoulders": "empty",
"chest": {
"rarity": "RARE",
"place": "ARMOR",
"itemName": "Armor of health attribute (rare)",
"HP": 10,
"MP": 8
},
"ring": "empty"
"chest": "empty",
"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"
}
}
},