fixed chest, improved ui, improved difficulty
This commit is contained in:
32
save.json
32
save.json
@@ -24,7 +24,7 @@
|
||||
"world": {
|
||||
"cityAmount": 5,
|
||||
"maxCityAmount": 5,
|
||||
"currentTile": "-1/0/0",
|
||||
"currentTile": "0/0/-1",
|
||||
"map": {
|
||||
"tile0": "./save/tile0.json",
|
||||
"tile1": "./save/tile1.json",
|
||||
@@ -52,27 +52,47 @@
|
||||
},
|
||||
"bags": {
|
||||
"slot0": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Wood",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot1": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Wood",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot2": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Wood",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot3": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Wood",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot4": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Wood",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user