diff options
-rw-r--r-- | constants/LocationFix.json | 34 |
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" + } + } +} |