Increased object spawn chance generally and in plain tiles specifically.
This commit is contained in:
66
save.json
66
save.json
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"player": {
|
||||
"playername": "test",
|
||||
"playername": "",
|
||||
"maxHealth": 110,
|
||||
"maxSecondary": 10,
|
||||
"secondary": 10,
|
||||
"health": 110,
|
||||
"strength": 7,
|
||||
"maxSecondary": 20,
|
||||
"secondary": 26,
|
||||
"health": 76,
|
||||
"strength": 8,
|
||||
"dexterity": 5,
|
||||
"intelligence": 3,
|
||||
"level": 0,
|
||||
"experience": 0,
|
||||
"maxExperience": 10,
|
||||
"level": 1,
|
||||
"experience": 10,
|
||||
"maxExperience": 20,
|
||||
"race": "Human",
|
||||
"role": "Warrior",
|
||||
"points": 0,
|
||||
"secondaryRegen": 5,
|
||||
"isDodging": "False",
|
||||
"killcount": 0,
|
||||
"treecount": 1,
|
||||
"orecount": 0,
|
||||
"luck": 20,
|
||||
"killcount": 2,
|
||||
"treecount": 0,
|
||||
"orecount": 3,
|
||||
"luck": 22,
|
||||
"difficulty": 0
|
||||
},
|
||||
"world": {
|
||||
"cityAmount": 5,
|
||||
"maxCityAmount": 5,
|
||||
"currentTile": "0/0/0",
|
||||
"currentTile": "-1/0/0",
|
||||
"map": {
|
||||
"tile0": "./save/tile0.json",
|
||||
"tile1": "./save/tile1.json",
|
||||
@@ -35,7 +35,10 @@
|
||||
"tile5": "./save/tile5.json",
|
||||
"tile6": "./save/tile6.json",
|
||||
"tile7": "./save/tile7.json",
|
||||
"tile8": "./save/tile8.json"
|
||||
"tile8": "./save/tile8.json",
|
||||
"tile9": "./save/tile9.json",
|
||||
"tile10": "./save/tile10.json",
|
||||
"tile11": "./save/tile11.json"
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
@@ -46,35 +49,58 @@
|
||||
"amulet": "empty",
|
||||
"feet": "empty",
|
||||
"chest": "empty",
|
||||
"ring": "empty"
|
||||
"ring": {
|
||||
"rarity": "EPIC",
|
||||
"place": "RING",
|
||||
"itemName": "Ring of mana attribute (epic)",
|
||||
"MP": 11,
|
||||
"INT": 1,
|
||||
"HP": 8
|
||||
}
|
||||
},
|
||||
"bags": {
|
||||
"slot0": {
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Wood",
|
||||
"itemName": "Copper ore",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot1": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Rock",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot2": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Tin ore",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot3": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Copper ore",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
"slot4": {
|
||||
"bag1": "empty",
|
||||
"bag1": {
|
||||
"rarity": "COMMON",
|
||||
"itemName": "Iron ore",
|
||||
|
||||
},
|
||||
"bag2": "empty",
|
||||
"bag3": "empty"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user