From f740e79fb4d4f695c05dc06ffc5a12ed592761f9 Mon Sep 17 00:00:00 2001 From: Serhan Date: Sat, 16 Sep 2023 04:44:13 +0300 Subject: add new items gemstone slot unlock costs (#983) --- constants/gemstonecosts.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index 849bf358..eebd5d6b 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -186,6 +186,12 @@ "FINE_JASPER_GEM:20" ] }, + "BOUQUET_OF_LIES": { + "JASPER_0": [ + "SKYBLOCK_COIN:50000", + "FINE_JASPER_GEM:20" + ] + }, "BURNING_AURORA_BOOTS": { "COMBAT_0": [ "SKYBLOCK_COIN:250000", @@ -2515,6 +2521,12 @@ "FLAWLESS_AMETHYST_GEM:1" ] }, + "STARRED_BAT_WAND": { + "SAPPHIRE_0": [ + "SKYBLOCK_COIN:50000", + "FINE_SAPPHIRE_GEM:20" + ] + }, "STARRED_BONZO_STAFF": { "SAPPHIRE_1": [ "SKYBLOCK_COIN:50000", -- cgit