improved save/load mechanic.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"isDodging": "False",
|
||||
"killcount": 0,
|
||||
"treecount": 0,
|
||||
"orecount": 0,
|
||||
"orecount": 1,
|
||||
"luck": 20,
|
||||
"difficulty": 0
|
||||
},
|
||||
@@ -50,7 +50,11 @@
|
||||
},
|
||||
"bags": {
|
||||
"slot0": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Tin ore",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user