Room ID: 226
|
Requires: {
"or": [
"canTrickyDodgeEnemies",
{
"and": [
"canMetroidAvoid",
"Ice"
]
},
"ScrewAttack",
"canPseudoScrew",
{
"or": [
"f_KilledMetroidRoom1",
{
"obstaclesCleared": [
"f_KilledMetroidRoom1"
]
}
]
}
]
}
"canTrickySpringBallBounce"Exit condition: {
"leaveWithSpringBallBounce": {
"remoteRunway": {
"length": 31,
"openEnd": 1
},
"landingRunway": {
"length": 3,
"openEnd": 1
},
"minExtraRunSpeed": "$1.3",
"movementType": "controlled"
}
}Unlocks doors: {"types":["ammo"],"requires":[]}Dev note: FIXME: It is possible to open the door and leave with a controlled bounce in one motion. But then avoiding damage becomes unreliable. |