Room ID: 161
|
Ride the statue, which will not take Samus down, and will instead drop her off in the spike pit somewhat near the door. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": false
}
}Requires: "canComplexGMode"
"f_DefeatedPhantoon"
"Morph"
{
"or": [
"SpaceJump",
{
"and": [
"canUseIFrames",
{
"spikeHits": 2
},
{
"or": [
"canHorizontalDamageBoost",
"canInsaneJump",
"h_speedJump",
{
"spikeHits": 1
}
]
}
]
},
{
"and": [
{
"blueSuitShinecharge": {}
},
"canDash",
{
"shinespark": {
"frames": 80,
"excessFrames": 7
}
}
]
}
]
} |