Magdollite Tunnel: Come in Running, Leave with Mockball (Space Jump)

Room ID: 114

Wiki
From: 1
Left Door
To: 2
Right Door

Entrance condition:

{
  "comeInRunning": {
    "speedBooster": "any",
    "minTiles": 2
  }
}

Requires:

"canPreciseSpaceJump"
"canInsaneJump"
{
  "or": [
    "ScrewAttack",
    "canPseudoScrew",
    {
      "ammo": {
        "type": "Missile",
        "count": 1
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    }
  ]
}
{
  "heatFrames": 240
}

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.