diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
| commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
| tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /constants | |
| parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
| download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip | |
Added new items from the winter update and fixed some items (#1051)
* Added new items from the winter update and fixed some items
* Added new sack items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added another missing item
* Added Toy and Hoodie
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/enchants.json | 26 | ||||
| -rw-r--r-- | constants/gemstonecosts.json | 16 | ||||
| -rw-r--r-- | constants/islands.json | 3 | ||||
| -rw-r--r-- | constants/parents.json | 18 | ||||
| -rw-r--r-- | constants/sacks.json | 4 |
5 files changed, 61 insertions, 6 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 122b9d24..5d34b82c 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -219,7 +219,8 @@ "ultimate_habanero_tactics", "ultimate_bobbin_time", "transylvanian", - "pesterminator" + "pesterminator", + "ultimate_refrigerate" ], "CHESTPLATE": [ "protection", @@ -244,7 +245,8 @@ "ultimate_habanero_tactics", "ultimate_bobbin_time", "reflection", - "pesterminator" + "pesterminator", + "ultimate_refrigerate" ], "LEGGINGS": [ "protection", @@ -267,7 +269,8 @@ "ferocious_mana", "ultimate_habanero_tactics", "ultimate_bobbin_time", - "pesterminator" + "pesterminator", + "ultimate_refrigerate" ], "BOOTS": [ "protection", @@ -293,7 +296,8 @@ "ferocious_mana", "ultimate_habanero_tactics", "ultimate_bobbin_time", - "pesterminator" + "pesterminator", + "ultimate_refrigerate" ], "LONGSWORD": [ "bane_of_arthropods", @@ -445,7 +449,8 @@ "ultimate_fatal_tempo", "ultimate_flash", "ultimate_habanero_tactics", - "ultimate_bobbin_time" + "ultimate_bobbin_time", + "ultimate_refrigerate" ], [ "protection", @@ -1477,6 +1482,17 @@ 120, 140 ], + "refrigerate": [ + 50, + 100, + 150, + 200, + 250 + ], + "the_one": [ + 250, + 300 + ], "XP_BOTTLE": [ 0 ] diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index eebd5d6b..003b2b51 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -1738,6 +1738,12 @@ "FINE_SAPPHIRE_GEM:20" ] }, + "STARRED_ICE_SPRAY_WAND": { + "SAPPHIRE_0": [ + "SKYBLOCK_COIN:50000", + "FINE_SAPPHIRE_GEM:20" + ] + }, "INFERNAL_AURORA_BOOTS": { "COMBAT_0": [ "SKYBLOCK_COIN:250000", @@ -2915,6 +2921,16 @@ "FINE_SAPPHIRE_GEM:20" ] }, + "STARRED_YETI_SWORD": { + "JASPER_0": [ + "SKYBLOCK_COIN:100000", + "FINE_JASPER_GEM:40" + ], + "SAPPHIRE_0": [ + "SKYBLOCK_COIN:50000", + "FINE_SAPPHIRE_GEM:20" + ] + }, "YOUNG_DRAGON_BOOTS": { "COMBAT_0": [ "SKYBLOCK_COIN:50000", diff --git a/constants/islands.json b/constants/islands.json index ff072984..c70cb717 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -212,6 +212,9 @@ }, { "warp": "trapper", + "aliases": [ + "trap" + ], "mode": "farming_1", "x": 281, "y": 104, diff --git a/constants/parents.json b/constants/parents.json index 72dd0649..3878f583 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3406,5 +3406,23 @@ "PET_SKIN_ENDERMAN_BLUE_MOON": [ "PET_SKIN_ENDERMAN_SUN", "PET_SKIN_ENDERMAN_NEBULA" + ], + "YETI_SWORD": [ + "STARRED_YETI_SWORD" + ], + "ICE_SPRAY_WAND": [ + "STARRED_ICE_SPRAY_WAND" + ], + "GLACIAL_SCYTHE": [ + "STARRED_GLACIAL_SCYTHE" + ], + "ULTIMATE_REFRIGERATE;1": [ + "ULTIMATE_REFRIGERATE;2", + "ULTIMATE_REFRIGERATE;3", + "ULTIMATE_REFRIGERATE;4", + "ULTIMATE_REFRIGERATE;5" + ], + "ULTIMATE_THE_ONE;4": [ + "ULTIMATE_THE_ONE;5" ] }
\ No newline at end of file diff --git a/constants/sacks.json b/constants/sacks.json index 4b4258d2..db0db07d 100644 --- a/constants/sacks.json +++ b/constants/sacks.json @@ -447,7 +447,9 @@ "SNOW_BLOCK", "ENCHANTED_SNOW_BLOCK", "ICE_HUNK", - "BLUE_ICE_HUNK" + "BLUE_ICE_HUNK", + "VOLCANIC_ROCK", + "WINTER_FRAGMENT" ] }, "Bronze Trophy": { |
