From c30f3381c360e7edc2cf28768adab8b51527b81a Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:04:15 +0100 Subject: Added data for CrimsonIsleReputation --- constants/CrimsonIsleReputation.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 constants/CrimsonIsleReputation.json (limited to 'constants/CrimsonIsleReputation.json') 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 -- cgit