Room ID: 66
From: 10
Temporary Blue Junction (Top Left Door)
To: 2
Middle Left Door (Behind Power Bomb Blocks)
Requires: "h_getBlueSpeedMaxRunway"
"canLongChainTemporaryBlue"
"canXRayTurnaround"
"can4HighMidAirMorph"
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
}Exit condition: {
"leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["missiles","super"],"requires":[]}
{"types":["powerbomb"],"requires":[],"useImplicitRequires":false}Dev note: FIXME: The h_getBlueSpeedMaxRunway is to satisfy tests for now. We should add a proper way to represent that the blue state carries over from the previous strat. |