diff options
author | Cinshay <106889028+Cinshay@users.noreply.github.com> | 2023-07-05 10:09:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 10:09:40 +0200 |
commit | edd97be161e775c5cdf09d4ec45da6f99f6ebab2 (patch) | |
tree | 42dfb1fa0ca4dcc896d1b1e415899f0976a46bc8 /constants | |
parent | 7f4d01b0e3d23587f286cafc841f8553f4674eb2 (diff) | |
download | SkyHanni-REPO-edd97be161e775c5cdf09d4ec45da6f99f6ebab2.tar.gz SkyHanni-REPO-edd97be161e775c5cdf09d4ec45da6f99f6ebab2.tar.bz2 SkyHanni-REPO-edd97be161e775c5cdf09d4ec45da6f99f6ebab2.zip |
Added T4 and T5 kuudra tiers for the Crimson Reputation Helper (#13)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/CrimsonIsleReputation.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index 0d74116..fbbb7c5 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -253,6 +253,22 @@ 114, -1033.5 ] + }, + "Fiery": { + "item": "KUUDRA_FIERY_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] + }, + "Infernal": { + "item": "KUUDRA_INFERNAL_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] } } }
\ No newline at end of file |