Room ID: 120
|
The two-tile floating platform will be destroyed by blue suit, so Samus cannot stand on it. Requires: {
"haveBlueSuit": {}
}
{
"heatFrames": 210
}
{
"or": [
"HiJump",
{
"and": [
"canWalljump",
{
"heatFrames": 10
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 10
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 50
}
]
}
]
} |