From edd97be161e775c5cdf09d4ec45da6f99f6ebab2 Mon Sep 17 00:00:00 2001 From: Cinshay <106889028+Cinshay@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:09:40 +0200 Subject: Added T4 and T5 kuudra tiers for the Crimson Reputation Helper (#13) --- constants/CrimsonIsleReputation.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'constants') 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 -- cgit