diff options
| author | Fix3dll <serhanduzce@gmail.com> | 2024-09-18 13:49:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 10:49:10 +0000 |
| commit | 3a12e2e68272e4b2d357d66a644de9f0b0ffdbaf (patch) | |
| tree | f887b85194c7b224a33bc24f12ffdeac25bf6778 | |
| parent | 66d95bf210c33f2feb09741f85037196cbbe6f7c (diff) | |
| download | NotEnoughUpdates-REPO-3a12e2e68272e4b2d357d66a644de9f0b0ffdbaf.tar.gz NotEnoughUpdates-REPO-3a12e2e68272e4b2d357d66a644de9f0b0ffdbaf.tar.bz2 NotEnoughUpdates-REPO-3a12e2e68272e4b2d357d66a644de9f0b0ffdbaf.zip | |
Update gemstonecosts.json (#1351)
| -rw-r--r-- | constants/gemstonecosts.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index 4bc39b49..33b3825f 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -1405,6 +1405,24 @@ "SKYBLOCK_COIN:100000" ] }, + "GEMSTONE_DRILL_1": { + "JADE_0": [ + "SKYBLOCK_COIN:50000", + "FINE_JADE_GEM:20" + ] + }, + "GEMSTONE_DRILL_2": { + "JADE_0": [ + "SKYBLOCK_COIN:50000", + "FINE_JADE_GEM:20" + ] + }, + "GEMSTONE_DRILL_3": { + "JADE_0": [ + "SKYBLOCK_COIN:50000", + "FINE_JADE_GEM:20" + ] + }, "GEMSTONE_DRILL_4": { "JADE_0": [ "SKYBLOCK_COIN:50000", @@ -2572,6 +2590,28 @@ "FINE_RUBY_GEM:10" ] }, + "PHANTOM_ROD": { + "COMBAT_0": [ + "SKYBLOCK_COIN:50000", + "FINE_JASPER_GEM:20", + "FINE_SAPPHIRE_GEM:20", + "FINE_RUBY_GEM:20", + "FINE_AMETHYST_GEM:20" + ], + "COMBAT_1": [ + "SKYBLOCK_COIN:200000", + "FINE_JASPER_GEM:40", + "FINE_SAPPHIRE_GEM:40", + "FINE_RUBY_GEM:40", + "FINE_AMETHYST_GEM:40" + ] + }, + "POLISHED_TOPAZ_ROD": { + "AQUAMARINE_0": [ + "FINE_AQUAMARINE_GEM:40", + "SKYBLOCK_COIN:100000" + ] + }, "POOCH_SWORD": { "JASPER_0": [ "SKYBLOCK_COIN:50000", |
