aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-11 15:12:56 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-11 15:12:56 +0100
commit85d32298c922a9bba80dc9bf90135b918cf30981 (patch)
tree80bfc05da07524a73420d83547727691d498c07a
parent37a3cdac994133c83d390ded2a859700618518c5 (diff)
downloadSkyHanni-REPO-85d32298c922a9bba80dc9bf90135b918cf30981.tar.gz
SkyHanni-REPO-85d32298c922a9bba80dc9bf90135b918cf30981.tar.bz2
SkyHanni-REPO-85d32298c922a9bba80dc9bf90135b918cf30981.zip
Added location fixes.
-rw-r--r--constants/LocationFix.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/constants/LocationFix.json b/constants/LocationFix.json
new file mode 100644
index 0000000..904f261
--- /dev/null
+++ b/constants/LocationFix.json
@@ -0,0 +1,34 @@
+{
+ "locationFixes": {
+ "westVillageFarmArea": {
+ "a": "-54.0:69.0:-115.0",
+ "b": "-40.0:75.0:-127.0",
+ "island_name": "The Rift",
+ "real_location": "Dreadfarm"
+ },
+ "howlingCaveArea": {
+ "a": "-401.0:50.0:-104.0",
+ "b": "-337.0:90.0:36.0",
+ "island_name": "The Park",
+ "real_location": "Howling Cave"
+ },
+ "fakeZealotBruiserHideoutArea": {
+ "a": "-520.0:66.0:-332.0",
+ "b": "-558.0:85.0:-280.0",
+ "island_name": "The End",
+ "real_location": "The End"
+ },
+ "realZealotBruiserHideoutArea": {
+ "a": "-552.0:50.0:-245.0",
+ "b": "-580.0:72.0:-209.0",
+ "island_name": "The End",
+ "real_location": "Zealot Bruiser Hideout"
+ },
+ "leftStronghold": {
+ "a": "-463.7:94.0:-518.3",
+ "b": "-435.3:115.0:-547.7",
+ "island_name": "Crimson Isle",
+ "real_location": "Stronghold"
+ }
+ }
+}