From 467064192d8c2137decd7565549b5fa0ccae396a Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:41:02 +0200 Subject: Added shortcuts and renamed UpsideDownJumpAndRun --- constants/MirrorVerseJump.json | 70 ---------------------------------- constants/UpsideDownJumpAndRun.json | 76 +++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 70 deletions(-) delete mode 100644 constants/MirrorVerseJump.json create mode 100644 constants/UpsideDownJumpAndRun.json diff --git a/constants/MirrorVerseJump.json b/constants/MirrorVerseJump.json deleted file mode 100644 index 548f006..0000000 --- a/constants/MirrorVerseJump.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "locations": [ - "-121:39:-108", - "-125:39:-108", - "-129:39:-108", - "-133:40:-108", - "-137:39:-104", - "-133:40:-100", - "-137:41:-96", - "-141:42:-100", - "-145:40:-104", - "-145:40:-108", - "-141:39:-112", - "-137:40:-116", - "-141:41:-120", - "-145:42:-116", - "-149:43:-112", - "-153:42:-108", - "-157:41:-104", - "-153:40:-100", - "-157:40:-96", - "-161:39:-92", - "-165:40:-96", - "-165:41:-100", - "-165:42:-104", - "-165:43:-108", - "-161:42:-112", - "-157:39:-116", - "-161:40:-120", - "-165:41:-124", - "-169:41:-120", - "-169:42:-116", - "-173:43:-112", - "-173:43:-108", - "-177:40:-104", - "-173:41:-100", - "-173:41:-96", - "-177:39:-92", - "-181:40:-96", - "-185:41:-100", - "-181:42:-104", - "-185:41:-108", - "-181:40:-112", - "-185:41:-116", - "-181:40:-120", - "-185:41:-124", - "-189:42:-120", - "-189:43:-116", - "-189:43:-112", - "-193:41:-108", - "-193:42:-104", - "-189:43:-100", - "-193:42:-96", - "-197:39:-92", - "-201:40:-96", - "-205:41:-100", - "-209:42:-104", - "-205:43:-108", - "-201:43:-108", - "-197:43:-112", - "-201:40:-116", - "-205:41:-116", - "-205:42:-120", - "-209:43:-120", - "-213:41:-116", - "-213:41:-112", - "-217:42:-108", - "-221:43:-104" - ] -} \ No newline at end of file diff --git a/constants/UpsideDownJumpAndRun.json b/constants/UpsideDownJumpAndRun.json new file mode 100644 index 0000000..5e338e8 --- /dev/null +++ b/constants/UpsideDownJumpAndRun.json @@ -0,0 +1,76 @@ +{ + "locations": [ + "-121:39:-108", + "-125:39:-108", + "-129:39:-108", + "-133:40:-108", + "-137:39:-104", + "-133:40:-100", + "-137:41:-96", + "-141:42:-100", + "-145:40:-104", + "-145:40:-108", + "-141:39:-112", + "-137:40:-116", + "-141:41:-120", + "-145:42:-116", + "-149:43:-112", + "-153:42:-108", + "-157:41:-104", + "-153:40:-100", + "-157:40:-96", + "-161:39:-92", + "-165:40:-96", + "-165:41:-100", + "-165:42:-104", + "-165:43:-108", + "-161:42:-112", + "-157:39:-116", + "-161:40:-120", + "-165:41:-124", + "-169:41:-120", + "-169:42:-116", + "-173:43:-112", + "-173:43:-108", + "-177:40:-104", + "-173:41:-100", + "-173:41:-96", + "-177:39:-92", + "-181:40:-96", + "-185:41:-100", + "-181:42:-104", + "-185:41:-108", + "-181:40:-112", + "-185:41:-116", + "-181:40:-120", + "-185:41:-124", + "-189:42:-120", + "-189:43:-116", + "-189:43:-112", + "-193:41:-108", + "-193:42:-104", + "-189:43:-100", + "-193:42:-96", + "-197:39:-92", + "-201:40:-96", + "-205:41:-100", + "-209:42:-104", + "-205:43:-108", + "-201:43:-108", + "-197:43:-112", + "-201:40:-116", + "-205:41:-116", + "-205:42:-120", + "-209:43:-120", + "-213:41:-116", + "-213:41:-112", + "-217:42:-108", + "-221:43:-104" + ], + "shortCuts": [ + { + "from": 14, + "to": 25 + } + ] +} \ No newline at end of file -- cgit