The Moat: Come in Spinning, Leave with Mockball (Space Jump)

Room ID: 7

Wiki
From: 1
Left Door
To: 2
Right Door

Entrance condition:

{
  "comeInSpinning": {
    "speedBooster": "any",
    "unusableTiles": 0,
    "minExtraRunSpeed": "$1.A"
  }
}

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.