Skip to content

Commit 2276555

Browse files
committed
Left Everest springball strats
1 parent 6a84539 commit 2276555

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

region/maridia/outer/Mt. Everest.json

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,16 @@
717717
"name": "Mt. Everest Left Crab Climb",
718718
"requires": [
719719
"canSuitlessMaridia",
720-
"canCrazyCrabClimb",
721720
"canTrickyJump",
722-
"h_canCrouchJumpDownGrab",
721+
"canTrickyUseFrozenEnemies",
722+
{"or": [
723+
{"and": [
724+
"canCrazyCrabClimb",
725+
"h_canCrouchJumpDownGrab"
726+
]},
727+
"HiJump",
728+
"canSpringBallJumpMidAir"
729+
]},
723730
"canCameraManip",
724731
{"ammo": {"type": "Super", "count": 1}}
725732
],
@@ -989,12 +996,20 @@
989996
"name": "Suitless Frozen Crab",
990997
"requires": [
991998
"canSuitlessMaridia",
992-
"canTrickyUseFrozenEnemies"
999+
"canTrickyUseFrozenEnemies",
1000+
{"or": [
1001+
{"and": [
1002+
"canTrickyJump",
1003+
"h_canCrouchJumpDownGrab"
1004+
]},
1005+
"canSpringBallJumpMidAir",
1006+
"HiJump"
1007+
]}
9931008
],
9941009
"note": [
9951010
"Use the rightmost crab to get up onto the lowest platform, while also damaging down the crab on the middle platform.",
9961011
"Jump left onto the middle platform and freeze the crab just a bit left of the peak.",
997-
"Run and jump from on top of the crab to the higher platform to the left. A failure often requires resetting the room."
1012+
"Without any movement items, Spinjump from on top of the crab to the higher platform towards the left. A failure often requires resetting the room."
9981013
],
9991014
"devNote": "Although this goes through 7, it requires starting at 2 to get the crab to move into position."
10001015
},
@@ -1079,10 +1094,15 @@
10791094
"comesThroughToilet": "any"
10801095
},
10811096
"requires": [
1082-
"canTrickyJump",
1097+
{"or": [
1098+
"canTrickyJump",
1099+
"canTrickySpringBallJump",
1100+
"HiJump"
1101+
]},
10831102
"canCrossRoomJumpIntoWater"
10841103
],
1085-
"note": "Wall jump relatively high off either side of the door frame in the room below."
1104+
"note": "Wall jump relatively high off either side of the door frame in the room below.",
1105+
"devNote": "The walljump is very disconnected from the springball jump, so it is not a springwall."
10861106
},
10871107
{
10881108
"link": [2, 8],
@@ -1198,7 +1218,7 @@
11981218
"requires": [
11991219
"canSuitlessMaridia",
12001220
"HiJump",
1201-
"canUseFrozenEnemies"
1221+
"canTrickyUseFrozenEnemies"
12021222
],
12031223
"note": [
12041224
"In the upward channel one right of the door, jump as high as possible to lure a fast crab moving down the tallest mountain. A crouch jump or breaking spin can be helpful.",

0 commit comments

Comments
 (0)