From 66d95bf210c33f2feb09741f85037196cbbe6f7c Mon Sep 17 00:00:00 2001 From: Fix3dll Date: Wed, 18 Sep 2024 11:49:46 +0300 Subject: Update gemstonecosts.json (#1349) --- constants/gemstonecosts.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index 5526b163..4bc39b49 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -75,8 +75,8 @@ }, "AUGER_ROD": { "AQUAMARINE_0": [ - "SKYBLOCK_COIN:100000", - "FINE_AQUAMARINE_GEM:40" + "FINE_AQUAMARINE_GEM:40", + "SKYBLOCK_COIN:100000" ] }, "AURORA_BOOTS": { @@ -665,13 +665,19 @@ ] }, "DARK_CLAYMORE": { - "JASPER_0": [ - "SKYBLOCK_COIN:50000", - "FINE_JASPER_GEM:20" + "COMBAT_0": [ + "SKYBLOCK_COIN:100000", + "FINE_JASPER_GEM:40", + "FINE_SAPPHIRE_GEM:40", + "FINE_RUBY_GEM:40", + "FINE_AMETHYST_GEM:40" ], - "JASPER_1": [ + "COMBAT_1": [ "SKYBLOCK_COIN:100000", - "FINE_JASPER_GEM:40" + "FINE_JASPER_GEM:40", + "FINE_SAPPHIRE_GEM:40", + "FINE_RUBY_GEM:40", + "FINE_AMETHYST_GEM:40" ] }, "DIAMOND_HUNTER_BOOTS": { @@ -1417,8 +1423,8 @@ }, "GIANT_FISHING_ROD": { "AQUAMARINE_0": [ - "SKYBLOCK_COIN:100000", - "FINE_AQUAMARINE_GEM:40" + "FINE_AQUAMARINE_GEM:40", + "SKYBLOCK_COIN:100000" ] }, "GLACITE_BOOTS": { -- cgit