diff options
| author | Fix3dll <serhanduzce@gmail.com> | 2024-09-18 11:49:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 08:49:46 +0000 |
| commit | 66d95bf210c33f2feb09741f85037196cbbe6f7c (patch) | |
| tree | d786ec02c357933ce4e722ea3f52df70dc0dbb14 | |
| parent | 905f2c95e5f1d57a06dd1cdb9db9097232405fa7 (diff) | |
| download | NotEnoughUpdates-REPO-66d95bf210c33f2feb09741f85037196cbbe6f7c.tar.gz NotEnoughUpdates-REPO-66d95bf210c33f2feb09741f85037196cbbe6f7c.tar.bz2 NotEnoughUpdates-REPO-66d95bf210c33f2feb09741f85037196cbbe6f7c.zip | |
Update gemstonecosts.json (#1349)
| -rw-r--r-- | constants/gemstonecosts.json | 24 |
1 files 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": { |
