diff options
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 |