From 9b3005d4a487f8ab309020e86d024fdb756c4cff Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:44:43 +0200 Subject: feat: Dye Changes Part 1 (#1308) * feat: Dye Changes Part 1 * More changes * feat: Fishing Sack changes * fix: Emerald Artifact in misc file --- constants/gemstonecosts.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'constants/gemstonecosts.json') diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index 30aecc1f..5526b163 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -2403,10 +2403,20 @@ "SKYBLOCK_COIN:250000" ] }, + "MELON_DICER": { + "PERIDOT_0": [ + "FINE_PERIDOT_GEM:20", + "SKYBLOCK_COIN:50000" + ] + }, "MELON_DICER_2": { "PERIDOT_0": [ "FINE_PERIDOT_GEM:20", "SKYBLOCK_COIN:50000" + ], + "PERIDOT_1": [ + "FINE_PERIDOT_GEM:40", + "SKYBLOCK_COIN:100000" ] }, "MELON_DICER_3": { @@ -2417,6 +2427,10 @@ "PERIDOT_1": [ "FINE_PERIDOT_GEM:40", "SKYBLOCK_COIN:100000" + ], + "PERIDOT_2": [ + "FLAWLESS_PERIDOT_GEM:1", + "SKYBLOCK_COIN:250000" ] }, "MIDAS_SWORD": { @@ -2644,10 +2658,20 @@ "FINE_AMETHYST_GEM:20" ] }, + "PUMPKIN_DICER": { + "PERIDOT_0": [ + "FINE_PERIDOT_GEM:20", + "SKYBLOCK_COIN:50000" + ] + }, "PUMPKIN_DICER_2": { "PERIDOT_0": [ "FINE_PERIDOT_GEM:20", "SKYBLOCK_COIN:50000" + ], + "PERIDOT_1": [ + "FINE_PERIDOT_GEM:40", + "SKYBLOCK_COIN:100000" ] }, "PUMPKIN_DICER_3": { @@ -2658,6 +2682,10 @@ "PERIDOT_1": [ "FINE_PERIDOT_GEM:40", "SKYBLOCK_COIN:100000" + ], + "PERIDOT_2": [ + "FLAWLESS_PERIDOT_GEM:1", + "SKYBLOCK_COIN:250000" ] }, "RANCHERS_BOOTS": { -- cgit