Room ID: 226
|
Requires: {
"or": [
"canTrickyDodgeEnemies",
{
"and": [
"canMetroidAvoid",
"Ice"
]
},
"ScrewAttack",
"canPseudoScrew",
{
"or": [
"f_KilledMetroidRoom1",
{
"obstaclesCleared": [
"f_KilledMetroidRoom1"
]
}
]
}
]
}
"canPreciseSpaceJump"Exit condition: {
"leaveWithMockball": {
"remoteRunway": {
"length": 31,
"openEnd": 1
},
"landingRunway": {
"length": 3,
"openEnd": 1
}
}
}Unlocks doors: {"types":["ammo"],"requires":[]}Dev note: It is possible to open the door with ammo and mockball out in one motion. But the timing makes it harder than crossing the room multiple times. |