Single Chamber: Leave With Runway

Room ID: 103

Wiki
From: 6
Left Shaft - Top Junction
To: 1
Left Shaft - Top Left Door

Requires:

{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        "ScrewAttack",
        {
          "heatFrames": 60
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "ScrewAttack",
        {
          "heatFrames": 60
        }
      ]
    },
    {
      "and": [
        "h_crouchJumpDownGrab",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 90
        }
      ]
    }
  ]
}

Exit condition:

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

Unlocks doors:

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