Room ID: 58
From: 1
Top Left Door
To: 3
Right Door
It is possible to break the Bomb blocks using Screw Attack in a Moonfall, then escape the tiles with Grapple Beam. Entrance condition: {
"comeInWithStoredFallSpeed": {
"fallSpeedInTiles": 2
}
}Requires: {
"or": [
"h_getBlueSpeedMaxRunway",
{
"and": [
"Grapple",
"ScrewAttack"
]
}
]
}Exit condition: {
"leaveWithStoredFallSpeed": {
"fallSpeedInTiles": 2
}
}Unlocks doors: {"types":["missiles","super"],"requires":[]}
{"types":["powerbomb"],"requires":["never"]} |