From: 4
Left Side - Bottom Door
To: 4
Left Side - Bottom Door
Starting from the top of the room will require careful manipulation of the Sovas. If going through the Power Bomb blocks, place the Power Bomb on the lowest stair on the ledge above, go down and lure the Sova up and use a Super to knock it off once it is just above the right side of where the Power Bomb blocks were. If using Bombs, lure the Sova that is just below the Power Bomb blocks, then use a Super to prevent it from going into the Morph tunnel. Starting at the bottom of the room and going up for the item before coming back down can be done, even with a Power Bomb, by first luring the Sova into safety at the bottom of the room. Requires: {"or": [
{"resetRoom": {"nodes": [4, 5]}},
{"and": [
"canComplexGMode",
{"obstaclesNotCleared": ["B"]},
{"or": [
{"ammo": {"type": "Super", "count": 1}},
{"and": [
"canBeVeryPatient",
{"or": [
"SpaceJump",
"canJumpIntoIBJ",
{"and": [
{"notable": "Right Side Delayed Walljumps"},
"canTrickyWallJump",
"canConsecutiveWallJump"
]},
{"and": [
"HiJump",
"canSpringBallJumpMidAir"
]},
{"and": [
"canTrickySpringBallJump",
"Grapple"
]},
{"and": [
"HiJump",
"h_storedSpark",
{"shinespark": {"frames": 10, "excessFrames": 4}}
]}
]}
]}
]}
]}
]}Exit condition: "leaveWithDamage": {
"enemy": "Sova"
}Dev note: FIXME: This strat is handling too many room states and should be simplified. and entering from 4 or 5 has increased requirements if resetRoom is not possible. FIXME: There are ways to use the right Sova in the maze instead of B. |
|
Requires: {"notable": "Right Side Delayed Walljumps"},
"canTrickyWallJump",
"canConsecutiveWallJump" |