From de9a85f0aeb34020a553aee032b898e6b4aa0077 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:21:20 +0100 Subject: 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> --- constants/gemstonecosts.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'constants/gemstonecosts.json') 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", -- cgit