Lava Grapple Tunnel: Come in Spinning, Leave with Mockball (Space Jump)

Room ID: 112

Wiki

Entrance condition:

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

Requires:

"canPreciseSpaceJump"
{
  "heatFrames": 330
}

Exit condition:

{
  "leaveWithMockball": {
    "remoteRunway": {
      "length": 5,
      "openEnd": 1
    },
    "landingRunway": {
      "length": 4,
      "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.