Room ID: 174
|
Lure a crab to the top door. Use a Super to knock it off and freeze it frame-perfectly below the door. Use a flash suit from a crouched position to spark vertically and clip past the door shell. Requires: "canBeVeryPatient"
{
"or": [
{
"and": [
"Gravity",
"SpaceJump"
]
},
{
"and": [
"Gravity",
"HiJump",
"canPreciseGrapple"
]
},
{
"and": [
"HiJump",
"canPreciseGrapple",
"canSpringBallJumpMidAir"
]
},
{
"and": [
"HiJump",
"canGravityJump"
]
}
]
}
{
"ammo": {
"type": "Super",
"count": 1
}
}
"h_flashSuitIceClip"
{
"shinespark": {
"frames": 2,
"excessFrames": 1
}
}Exit condition: {
"leaveWithSpark": {}
}Bypasses door shell: true |