From 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:29:45 +0100 Subject: New stuff from garden update (#853) * New stuff from garden update * Fixed some items * Fixed nbt * Added new items * Fixed things idk * Fixed lores * Added reqs * Added sunder and missing dicer * Added reqs, new items and fixed some * +1 soul * Added island --- constants/enchants.json | 10 +++++++++- constants/fairy_souls.json | 2 +- constants/islands.json | 3 ++- constants/misc.json | 3 ++- constants/parents.json | 6 ++++++ 5 files changed, 20 insertions(+), 4 deletions(-) (limited to 'constants') 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 -- cgit