diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-21 08:28:05 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-21 08:28:05 +0100 |
commit | fc4037ef0c930af9e45b62554a899e0096a846ff (patch) | |
tree | 1b0dfe98ed9a7a47d37ed078c68aac9ee094d9bc /constants/CrimsonIsleReputation.json | |
parent | edb372a3a5470f3cc66f5687c23eac622de9e40d (diff) | |
download | SkyHanni-REPO-fc4037ef0c930af9e45b62554a899e0096a846ff.tar.gz SkyHanni-REPO-fc4037ef0c930af9e45b62554a899e0096a846ff.tar.bz2 SkyHanni-REPO-fc4037ef0c930af9e45b62554a899e0096a846ff.zip |
Added more CrimsonIsleReputation data, especially locations.
Diffstat (limited to 'constants/CrimsonIsleReputation.json')
-rw-r--r-- | constants/CrimsonIsleReputation.json | 26 |
1 files 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 |