Room ID: 211
From: 1
Left Door
To: 3
Right Door
Entrance condition: {
"comeInJumping": {
"speedBooster": "any",
"minTiles": 5
}
}Requires: "canPreciseSpaceJump"
"canInsaneJump"
{
"or": [
"Gravity",
"canInsaneMidAirMorph"
]
}Exit condition: {
"leaveWithMockball": {
"remoteRunway": {
"length": 5,
"openEnd": 1
},
"landingRunway": {
"length": 1,
"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. |