Room ID: 7
From: 1
Left Door
To: 2
Right Door
Entrance condition: {
"comeInRunning": {
"speedBooster": "any",
"minTiles": 3
}
}Requires: "canPreciseSpaceJump" Exit condition: {
"leaveWithMockball": {
"remoteRunway": {
"length": 5,
"openEnd": 1
},
"landingRunway": {
"length": 5,
"openEnd": 1
}
}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}Dev note: FIXME: This is a specific length needed for the Ice Beam Gate Room mockball; when the schema allows it, represent the possible runways more generally. |