aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-05 16:13:36 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-05 16:13:36 +0200
commiteb7b61ef6b8dc6fcb88589fbd1596d53edcd099f (patch)
tree808722a2b74d58631351070076f82c060047a867
parentdd3c2de9089a9d83e7fcacd8357575758972e6b1 (diff)
downloadSkyHanni-REPO-eb7b61ef6b8dc6fcb88589fbd1596d53edcd099f.tar.gz
SkyHanni-REPO-eb7b61ef6b8dc6fcb88589fbd1596d53edcd099f.tar.bz2
SkyHanni-REPO-eb7b61ef6b8dc6fcb88589fbd1596d53edcd099f.zip
Added Lava Maze
-rw-r--r--constants/RiftLavaMazeParkour.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/constants/RiftLavaMazeParkour.json b/constants/RiftLavaMazeParkour.json
new file mode 100644
index 0000000..3fecf86
--- /dev/null
+++ b/constants/RiftLavaMazeParkour.json
@@ -0,0 +1,64 @@
+{
+ "locations": [
+ "-83.0:51.0:-112.0",
+ "-86.0:51.0:-112.0",
+ "-86.0:51.0:-115.0",
+ "-88.0:51.0:-115.0",
+ "-88.0:51.0:-110.0",
+ "-86.0:51.0:-110.0",
+ "-86.0:51.0:-109.0",
+ "-84.0:51.0:-109.0",
+ "-84.0:51.0:-107.0",
+ "-90.0:51.0:-107.0",
+ "-90.0:51.0:-108.0",
+ "-93.0:51.0:-108.0",
+ "-93.0:51.0:-110.0",
+ "-90.0:51.0:-110.0",
+ "-90.0:51.0:-112.0",
+ "-92.0:51.0:-112.0",
+ "-92.0:51.0:-114.0",
+ "-90.0:51.0:-114.0",
+ "-90.0:51.0:-116.0",
+ "-94.0:51.0:-116.0",
+ "-94.0:51.0:-114.0",
+ "-96.0:51.0:-114.0",
+ "-96.0:51.0:-116.0",
+ "-98.0:51.0:-116.0",
+ "-98.0:51.0:-112.0",
+ "-96.0:51.0:-112.0",
+ "-96.0:51.0:-111.0",
+ "-95.0:51.0:-111.0",
+ "-95.0:51.0:-108.0",
+ "-98.0:51.0:-108.0",
+ "-98.0:51.0:-110.0",
+ "-100.0:51.0:-110.0",
+ "-100.0:51.0:-108.0",
+ "-102.0:51.0:-108.0",
+ "-102.0:51.0:-112.0",
+ "-100.0:51.0:-112.0",
+ "-100.0:51.0:-116.0",
+ "-102.0:51.0:-116.0",
+ "-102.0:51.0:-114.0",
+ "-104.0:51.0:-114.0",
+ "-104.0:51.0:-112.0",
+ "-105.0:51.0:-112.0"
+ ],
+ "shortCuts": [
+ {
+ "from": 0,
+ "to": 7
+ },
+ {
+ "from": 11,
+ "to": 28
+ },
+ {
+ "from": 29,
+ "to": 32
+ },
+ {
+ "from": 34,
+ "to": 40
+ }
+ ]
+} \ No newline at end of file