Room ID: 44
From: 5
Above Power Bomb Blocks - Bottom Left Door
To: 5
Above Power Bomb Blocks - Bottom Left Door
It is possible to save a lot of time by using a Super to knock the clockwise Zeela off the small near the top of the room. Requires: "h_frozenEnemyRunway"
{
"or": [
"canBeVeryPatient",
{
"ammo": {
"type": "Super",
"count": 1
}
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 5,
"openEnd": 1
}
} |