diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-22 13:39:42 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-22 13:39:42 +0100 |
commit | d8e0a4e1d54812950b091166a1304f3ba6936e1a (patch) | |
tree | a5f81496322aa593ff54aff2a632b5f4c93892a5 /constants/CrimsonIsleReputation.json | |
parent | 017b43ca0d275910bb42202a292288b326302bda (diff) | |
parent | 97f28774859d8c028b1f1d272bc8f44295ef328f (diff) | |
download | SkyHanni-REPO-d8e0a4e1d54812950b091166a1304f3ba6936e1a.tar.gz SkyHanni-REPO-d8e0a4e1d54812950b091166a1304f3ba6936e1a.tar.bz2 SkyHanni-REPO-d8e0a4e1d54812950b091166a1304f3ba6936e1a.zip |
Merge branch 'dev'
# Conflicts:
# constants/CrimsonIsleReputation.json
Diffstat (limited to 'constants/CrimsonIsleReputation.json')
-rw-r--r-- | constants/CrimsonIsleReputation.json | 229 |
1 files changed, 189 insertions, 40 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index f7ab489..45f69b8 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -1,42 +1,191 @@ { - "FISHING": [ - "Lavahorse", - "Gusher", - "Volcanic Stonefish", - "Moldfin", - "Steaming-Hot Flounder", - "Blobfish", - "Flyfish", - "Soul Fish" - ], - "RESCUE": [ - "Rescue Mission" - ], - "FETCH": [ - "Magmag", - "Spectre Dust", - "Tentacle Meat", - "Corrupted Fragment", - "Gunpowder", - "Digested Mushrooms" - ], - "DOJO": [ - "Mastery", - "Tenacity", - "Stamina", - "Swiftness", - "Discipline", - "Control" - ], - "MINIBOSS": [ - "Bladesoul", - "Mage Outlaw", - "Barbarian Duke X", - "Ashfang", - "Magma Boss" - ], - "KUUDRA": [ - "Basic", - "Hot" - ] + "FISHING": { + "Lavahorse": { + "item": "LAVA_HORSE_BRONZE", + "location": [] + }, + "Gusher": { + "item": "GUSHER_BRONZE", + "location": [] + }, + "Volcanic Stonefish": { + "item": "VOLCANIC_STONEFISH_BRONZE", + "location": [ + -366, + 120, + -780 + ] + }, + "Moldfin": { + "item": "MOLDFIN_BRONZE", + "location": [ + -248, + 73, + -733 + ] + }, + "Steaming-Hot Flounder": { + "item": "STEAMING_HOT_FLOUNDER_BRONZE", + "location": [ + -366, + 120, + -780 + ] + }, + "Blobfish": { + "item": "BLOBFISH_BRONZE", + "location": [] + }, + "Soul Fish": { + }, + "Flyfish": { + "item": "FLYFISH_BRONZE", + "location": [ + -366, + 120, + -780 + ] + } + }, + "RESCUE": { + "Rescue Mission": { + "item": "abc", + "location": [ + ] + } + }, + "FETCH": { + "Magmag": { + "item": "MAGMAG", + "location": [] + }, + "Spectre Dust": { + "item": "SPECTRE_DUST", + "location": [] + }, + "Tentacle Meat": { + "item": "TENTACLE_MEAT", + "location": [] + }, + "Corrupted Fragment": { + "item": "CORRUPTED_FRAGMENT", + "location": [] + }, + "Gunpowder": { + "item": "SULPHUR" + }, + "Digested Mushrooms": { + + } + }, + "DOJO": { + "Mastery": { + "item": "BOW", + "location": [ + -235, + 109, + -597 + ] + }, + "Tenacity": { + "item": "FIRE_CHARGE", + "location": [ + -235, + 109, + -597 + ] + }, + "Stamina": { + "item": "RABBIT_FOOT", + "location": [ + -235, + 109, + -597 + ] + }, + "Swiftness": { + "item": "LEAD", + "location": [ + -235, + 109, + -597 + ] + }, + "Discipline": { + "item": "DIAMOND_SWORD", + "location": [ + -235, + 109, + -597 + ] + }, + "Control": { + "item": "EYE_OF_ENDER", + "location": [ + -235, + 109, + -597 + ] + } + }, + "MINIBOSS": { + "Bladesoul": { + "item": "BLADESOUL_MINIBOSS", + "location": [ + -294, + 82, + -517 + ] + }, + "Mage Outlaw": { + "item": "MAGE_OUTLAW_MINIBOSS", + "location": [ + -180, + 106, + -859 + ] + }, + "Barbarian Duke X": { + "item": "BARBARIAN_DUKE_X_MINIBOSS", + "location": [ + -535, + 118, + -902 + ] + }, + "Ashfang": { + "item": "ASHFANG_MINIBOSS", + "location": [ + -484, + 136, + -1015 + ] + }, + "Magma Boss": { + "item": "MAGMA_CUBE_BOSS", + "location": [ + -368, + 63, + -804 + ] + } + }, + "KUUDRA": { + "Basic": { + "item": "KUUDRA_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] + }, + "Hot": { + "item": "KUUDRA_HOT_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] + } + } }
\ No newline at end of file |