diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-05 11:27:08 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-05 11:27:08 +0100 |
commit | 463dd26a27ae5bf3e81538218046e0cc4473da09 (patch) | |
tree | 13866404ace5bc270fc56cb979f16ff658560053 | |
parent | 4599af1c5a0005c86567eb253f7ab76e362aabac (diff) | |
download | SkyHanni-REPO-463dd26a27ae5bf3e81538218046e0cc4473da09.tar.gz SkyHanni-REPO-463dd26a27ae5bf3e81538218046e0cc4473da09.tar.bz2 SkyHanni-REPO-463dd26a27ae5bf3e81538218046e0cc4473da09.zip |
Added Deep Caverns Parkour.
-rw-r--r-- | constants/DeepCavernsParkour.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/constants/DeepCavernsParkour.json b/constants/DeepCavernsParkour.json new file mode 100644 index 0000000..5a5b813 --- /dev/null +++ b/constants/DeepCavernsParkour.json @@ -0,0 +1,96 @@ +{ + "locations": [ + "44.0:149.0:16.0", + "35.0:149.0:22.0", + "26.0:150.0:27.0", + "22.0:151.0:30.0", + "10.0:151.0:30.0", + "-6.0:151.0:27.0", + "-21.0:153.0:25.0", + "-26.0:152.0:11.0", + "-27.0:153.0:6.0", + "-25.0:150.0:-1.0", + "-19.0:145.0:-9.0", + "-12.0:139.0:-15.0", + "-1.0:134.0:-20.0", + "9.0:130.0:-21.0", + "23.0:127.0:-20.0", + "33.0:125.0:-18.0", + "35.0:121.0:-15.0", + "30.0:122.0:-11.0", + "19.0:122.0:-2.0", + "12.0:120.0:5.0", + "1.0:119.0:13.0", + "-2.0:119.0:23.0", + "-2.0:116.0:31.0", + "1.0:112.0:39.0", + "7.0:107.0:46.0", + "15.0:102.0:50.0", + "19.0:101.0:49.0", + "22.0:102.0:43.0", + "21.0:103.0:38.0", + "16.0:104.0:31.0", + "11.0:105.0:27.0", + "14.0:104.0:18.0", + "9.0:103.0:12.0", + "3.0:101.0:5.0", + "-7.0:98.0:4.0", + "-12.0:95.0:12.0", + "-18.0:91.0:20.0", + "-21.0:87.0:27.0", + "-19.0:82.0:36.0", + "-15.0:78.0:46.0", + "-9.0:74.0:54.0", + "-1.0:70.0:61.0", + "9.0:66.0:65.0", + "14.0:65.0:63.0", + "8.0:64.0:56.0", + "-3.0:64.0:52.0", + "-5.0:64.0:47.0", + "-7.0:65.0:42.0", + "-17.0:64.0:35.0", + "-19.0:63.0:23.0", + "-16.0:64.0:19.0", + "-13.0:65.0:16.0", + "-5.0:65.0:4.0", + "-1.0:65.0:-5.0", + "-2.0:64.0:-12.0", + "-9.0:63.0:-13.0", + "-16.0:61.0:-11.0", + "-25.0:57.0:-8.0", + "-32.0:53.0:-4.0", + "-37.0:49.0:3.0", + "-39.0:46.0:11.0", + "-41.0:40.0:21.0", + "-40.0:37.0:30.0", + "-37.0:36.0:37.0", + "-27.0:36.0:47.0", + "-16.0:37.0:50.0", + "-5.0:37.0:46.0", + "5.0:37.0:49.0", + "12.0:36.0:52.0", + "13.0:35.0:58.0", + "6.0:33.0:61.0", + "-3.0:31.0:63.0", + "-12.0:27.0:65.0", + "-21.0:23.0:66.0", + "-29.0:19.0:66.0", + "-36.0:15.0:64.0", + "-43.0:12.0:58.0", + "-44.0:10.0:51.0", + "-41.0:10.0:44.0", + "-29.0:10.0:38.0", + "-20.0:10.0:27.0", + "-15.0:10.0:20.0", + "-5.0:10.0:18.0", + "1.0:10.0:14.0", + "4.0:11.0:15.0", + "10.0:11.0:18.0", + "19.0:11.0:24.0", + "26.0:10.0:22.0", + "33.0:11.0:20.0", + "32.0:11.0:14.0" + ], + "shortCuts": [ + ] +} |