Room ID: 186
From: 8
Right of Sand with Blue Speed (Running)
To: 1
Left Door
Requires: "h_getBlueSpeedMaxRunway" Exit condition: {
"leaveWithMockball": {
"remoteRunway": {
"length": 45,
"openEnd": 1
},
"landingRunway": {
"length": 3,
"openEnd": 1
},
"blue": "yes"
}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}Dev note: The `h_getBlueSpeedMaxRunway` requirement is to satisfy the tests, since we don't yet have a way to represent that being at node 8 implies already having blue speed. |