fixed controls, texts and added image, v1.4.1

This commit is contained in:
TAASONI3
2023-07-05 17:42:35 +02:00
parent 0dc2ff831f
commit d0d9a6847a
33 changed files with 11964 additions and 405 deletions

View File

@@ -1,6 +1,6 @@
{
"player": {
"playername": "test",
"playername": "",
"maxHealth": 110,
"maxSecondary": 10,
"secondary": 10,
@@ -22,11 +22,17 @@
"difficulty": 0
},
"world": {
"cityAmount": 5,
"cityAmount": 3,
"maxCityAmount": 5,
"currentTile": "0/0/1",
"currentTile": "-2/0/5",
"map": {
"tile0": "./save/tile0.json"
"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"
}
},
"inventory": {
@@ -42,7 +48,11 @@
},
"bags": {
"slot0": {
"bag1": "empty",
"bag1": {
"rarity": "COMMON",
"itemName": "Iron ore",
},
"bag2": "empty",
"bag3": "empty"
},
@@ -138,17 +148,57 @@
"quest0": {
"questname": "Find all cities",
"keyword": "City",
"current": 0,
"current": 2,
"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": "Find 8 rivers",
"keyword": "River",
"questname": "Travel to -92/-245 (X/Z)",
"keyword": "",
"current": 0,
"goal": 8,
"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"