Single Chamber: Leave with Runway

Room ID: 103

Wiki
From: 7
Left Shaft - Middle Junction
To: 4
Left Shaft - Top Right Door

Requires:

{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 55
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 40
        }
      ]
    },
    {
      "and": [
        "h_crouchJumpDownGrab",
        {
          "heatFrames": 90
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 75
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 100
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 4,
    "openEnd": 1
  }
}

Unlocks doors:

{"types":["missiles"],"requires":[{"heatFrames":50}]}
{"types":["super"],"requires":[]}
{"types":["powerbomb"],"requires":[{"heatFrames":110}]}