fixed unity inventory and texts

This commit is contained in:
TAASONI3
2023-07-11 18:36:46 +02:00
parent d0d9a6847a
commit 18dfaf7602
12 changed files with 367 additions and 273 deletions

113
save.json
View File

@@ -1,58 +1,66 @@
{
"player": {
"playername": "",
"maxHealth": 110,
"maxSecondary": 10,
"secondary": 10,
"health": 110,
"strength": 7,
"playername": "Nicola",
"maxHealth": 120,
"maxSecondary": 30,
"secondary": 38,
"health": 130,
"strength": 10,
"dexterity": 5,
"intelligence": 3,
"level": 0,
"experience": 0,
"maxExperience": 10,
"level": 3,
"experience": 56,
"maxExperience": 80,
"race": "Human",
"role": "Warrior",
"points": 0,
"healthRegen": 30,
"secondaryRegen": 5,
"isDodging": "False",
"killcount": 0,
"luck": 20,
"killcount": 5,
"luck": 26,
"difficulty": 0
},
"world": {
"cityAmount": 3,
"cityAmount": 5,
"maxCityAmount": 5,
"currentTile": "-2/0/5",
"currentTile": "0/0/1",
"map": {
"tile0": "./save/tile0.json",
"tile1": "./save/tile1.json",
"tile2": "./save/tile2.json",
"tile3": "./save/tile3.json",
"tile4": "./save/tile4.json",
"tile5": "./save/tile5.json",
"tile6": "./save/tile6.json"
"tile0": "./save/tile0.json"
}
},
"inventory": {
"equipment": {
"head": "empty",
"rightHand": "empty",
"leftHand": "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": "empty",
"chest": {
"rarity": "RARE",
"place": "ARMOR",
"itemName": "Armor of health attribute (rare)",
"HP": 10,
"MP": 8
},
"ring": "empty"
},
"bags": {
"slot0": {
"bag1": {
"rarity": "COMMON",
"itemName": "Iron ore",
},
"bag1": "empty",
"bag2": "empty",
"bag3": "empty"
},
@@ -148,60 +156,11 @@
"quest0": {
"questname": "Find all cities",
"keyword": "City",
"current": 2,
"current": 0,
"goal": 5,
"isFinished": "False",
"coordinates": "0/0"
}
},
"explore": {
"quest0": {
"questname": "Travel to 386/-209 (X/Z)",
"keyword": "",
"current": 0,
"goal": 0,
"isFinished": "False",
"coordinates": "386.2796/-208.8457"
},
"quest1": {
"questname": "Travel to -92/-245 (X/Z)",
"keyword": "",
"current": 0,
"goal": 0,
"isFinished": "False",
"coordinates": "-91.73314/-244.6622"
},
"quest2": {
"questname": "Travel to 427/61 (X/Z)",
"keyword": "",
"current": 0,
"goal": 0,
"isFinished": "False",
"coordinates": "427.9097/61.34143"
},
"quest3": {
"questname": "Travel to -335/214 (X/Z)",
"keyword": "",
"current": 0,
"goal": 0,
"isFinished": "False",
"coordinates": "-334.0099/214.4944"
}
},
"collect": {
"quest0": {
"questname": "Collect 6 rock",
"keyword": "Rock",
"current": 0,
"goal": 6,
"isFinished": "False",
"coordinates": "0/0"
}
}
}