diff options
-rw-r--r-- | constants/CrimsonIsleReputation.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json new file mode 100644 index 0000000..6234a7e --- /dev/null +++ b/constants/CrimsonIsleReputation.json @@ -0,0 +1,27 @@ +{ + "FISHING": [ + "Lavahorse", + "Gusher", + "Volcanic Stonefish" + ], + "RESCUE": [ + "Rescue Mission" + ], + "FETCH": [ + "Magmag", + "Spectre Dust", + "Tentacle Meat" + ], + "DOJO": [ + "Mastery", + "Tenacity", + "Stamina" + ], + "MINIBOSS": [ + "Magma Boss", + "Mage Outlaw", + "Barbarian Duke X", + "Bladesoul", + "Ashfang" + ] +}
\ No newline at end of file |