diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 10 | ||||
-rw-r--r-- | constants/fairy_souls.json | 2 | ||||
-rw-r--r-- | constants/islands.json | 3 | ||||
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 6 |
5 files changed, 20 insertions, 4 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 7f6afdc6..2470a00e 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -79,7 +79,8 @@ "turbo_coco", "turbo_melon", "turbo_pumpkin", - "delicate" + "delicate", + "sunder" ], "PICKAXE": [ "compact", @@ -1301,6 +1302,13 @@ 100, 200 ], + "sunder": [ + 5, + 10, + 15, + 20, + 25 + ], "one_for_all": [ 50 ], diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index eaae294b..677d741b 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,6 +1,6 @@ { "//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", - "Max Souls": 238, + "Max Souls": 239, "hub": [ "138,66,129", "169,60,129", diff --git a/constants/islands.json b/constants/islands.json index 2c84d6d9..f4ea1b9d 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -13,7 +13,8 @@ "winter": "Jerry's Workshop", "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", - "crystal_hollows": "Crystal Hollows" + "crystal_hollows": "Crystal Hollows", + "garden": "The Garden" }, "teleporters": [ { diff --git a/constants/misc.json b/constants/misc.json index 1f29e3c5..bd23c96d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -76,7 +76,8 @@ "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", - "instanced": "Kuudra's End" + "instanced": "Kuudra's End", + "garden": "The Garden" }, "talisman_upgrades": { "WOLF_TALISMAN": [ diff --git a/constants/parents.json b/constants/parents.json index bbe106c1..0b14e168 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3161,5 +3161,11 @@ "PET_SKIN_SCATHA_ALBINO": [ "PET_SKIN_SCATHA_GOLDEN", "PET_SKIN_SCATHA_DARK" + ], + "SUNDER;1": [ + "SUNDER;2", + "SUNDER;3", + "SUNDER;4", + "SUNDER;5" ] }
\ No newline at end of file |