Single Chamber: Base

Room ID: 103

Wiki
From: 8
Left Shaft - Bottom Junction
To: 3
Left Shaft - Middle Right Door

Requires:

{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 85
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        "ScrewAttack",
        {
          "heatFrames": 65
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 75
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "ScrewAttack",
        {
          "heatFrames": 55
        }
      ]
    },
    {
      "and": [
        "h_crouchJumpDownGrab",
        {
          "heatFrames": 80
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 95
        }
      ]
    }
  ]
}