diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-15 09:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 09:29:45 +0100 |
commit | 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 (patch) | |
tree | 3787dbd8e19e900d9f1d0ad360b221347b62a3ee /constants | |
parent | 1b02e6fa47fc68095fc4cd6bc9038af9af803bb1 (diff) | |
download | NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.gz NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.tar.bz2 NotEnoughUpdates-REPO-4fa2f1eb69e5d3e412387d3f5bbde66e49245241.zip |
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
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 |