diff options
author | jani270 <jani270@gmx.de> | 2023-02-27 13:31:30 +0100 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-02-27 13:31:30 +0100 |
commit | 8693ecfae162f93cc1530f6b78c8352e1d9c353c (patch) | |
tree | c6281957ac64ea6b9dfa054f8f2a552d0686869b | |
parent | bb35f92582b8d385ee4b15f465a02677b8376725 (diff) | |
download | SkyHanni-REPO-8693ecfae162f93cc1530f6b78c8352e1d9c353c.tar.gz SkyHanni-REPO-8693ecfae162f93cc1530f6b78c8352e1d9c353c.tar.bz2 SkyHanni-REPO-8693ecfae162f93cc1530f6b78c8352e1d9c353c.zip |
Added Burning Tier, Force Dojo, new Items and Slugfish
-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 |