diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-07-20 13:24:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 21:24:20 +1000 |
commit | c1be71aab5674957d1036e5e7722ac1e5fcb3a92 (patch) | |
tree | 83c9c2fa27b87ccde1211d2546523ce828e84a08 /constants/trophyfish.json | |
parent | e5b8a26623d8651f8b068b46218913464d3280b2 (diff) | |
download | NotEnoughUpdates-REPO-c1be71aab5674957d1036e5e7722ac1e5fcb3a92.tar.gz NotEnoughUpdates-REPO-c1be71aab5674957d1036e5e7722ac1e5fcb3a92.tar.bz2 NotEnoughUpdates-REPO-c1be71aab5674957d1036e5e7722ac1e5fcb3a92.zip |
Added trophy fish exchange and fixed 3 items (#782)
Diffstat (limited to 'constants/trophyfish.json')
-rw-r--r-- | constants/trophyfish.json | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/constants/trophyfish.json b/constants/trophyfish.json new file mode 100644 index 00000000..04b6aa83 --- /dev/null +++ b/constants/trophyfish.json @@ -0,0 +1,110 @@ +{ + "SULPHUR_SKITTER": [ + 40, + 60, + 80, + 120 + ], + "OBFUSCATED_FISH_1": [ + 16, + 24, + 32, + 48 + ], + "OBFUSCATED_FISH_2": [ + 40, + 60, + 80, + 120 + ], + "OBFUSCATED_FISH_3": [ + 400, + 700, + 1000, + 1300 + ], + "GUSHER": [ + 32, + 48, + 64, + 96 + ], + "BLOBFISH": [ + 4, + 8, + 12, + 16 + ], + "STEAMING_HOT_FLOUNDER": [ + 20, + 28, + 40, + 60 + ], + "SLUGFISH": [ + 40, + 60, + 80, + 120 + ], + "FLYFISH": [ + 32, + 48, + 64, + 96 + ], + "LAVA_HORSE": [ + 12, + 16, + 20, + 40 + ], + "MANA_RAY": [ + 40, + 60, + 80, + 120 + ], + "VOLCANIC_STONEFISH": [ + 20, + 28, + 40, + 60 + ], + "VANILLE": [ + 80, + 120, + 160, + 240 + ], + "SKELETON_FISH": [ + 32, + 48, + 64, + 96 + ], + "MOLDFIN": [ + 32, + 48, + 64, + 96 + ], + "SOUL_FISH": [ + 32, + 48, + 64, + 96 + ], + "KARATE_FISH": [ + 40, + 60, + 80, + 120 + ], + "GOLDEN_FISH": [ + 400, + 700, + 1000, + 1300 + ] +}
\ No newline at end of file |