From fc4037ef0c930af9e45b62554a899e0096a846ff Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 21 Jan 2023 08:28:05 +0100 Subject: Added more CrimsonIsleReputation data, especially locations. --- constants/CrimsonIsleReputation.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index a36a1ea..c7b5cec 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -51,9 +51,6 @@ "Rescue Mission": { "item": "abc", "location": [ - 123, - 123, - 123 ] } }, @@ -76,6 +73,9 @@ }, "Gunpowder": { "item": "SULPHUR" + }, + "Digested Mushrooms": { + } }, "DOJO": { @@ -118,6 +118,14 @@ 109, -597 ] + }, + "Control": { + "item": "EYE_OF_ENDER", + "location": [ + -235, + 109, + -597 + ] } }, "MINIBOSS": { @@ -165,11 +173,19 @@ "KUUDRA": { "Basic": { "item": "KUUDRA_TIER_KEY", - "location": [] + "location": [ + -372, + 114, + -1034 + ] }, "Hot": { "item": "KUUDRA_HOT_TIER_KEY", - "location": [] + "location": [ + -372, + 114, + -1034 + ] } } } \ No newline at end of file -- cgit