diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /constants/gemstonecosts.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'constants/gemstonecosts.json')
-rw-r--r-- | constants/gemstonecosts.json | 28 |
1 files changed, 28 insertions, 0 deletions
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": { |