diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/CrimsonIsleReputation.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index c314458..df43727 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -49,6 +49,10 @@ "Golden Fish": { "item": "GOLDEN_FISH_BRONZE", "location": [] + }, + "Slugfish": { + "item": "SLUGFISH_BRONZE", + "location": [] } }, "RESCUE": { @@ -89,6 +93,14 @@ "Kada Lead": { "item": "KADA_LEAD", "location": [] + }, + "Wither Soul": { + "item": "WITHER_SOUL", + "location": [] + }, + "Mutated Blaze Ashes": { + "item": "MUTATED_BLAZE_ASHES", + "location": [] } }, "DOJO": { @@ -139,6 +151,14 @@ 109, -597 ] + }, + "Force": { + "item": "STICK", + "location": [ + -235, + 109, + -597 + ] } }, "MINIBOSS": { @@ -199,6 +219,14 @@ 114, -1033.5 ] + }, + "Burning": { + "item": "KUUDRA_BURNING_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] } } }
\ No newline at end of file |