Single Chamber: Base

Room ID: 103

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

Requires:

{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        "ScrewAttack",
        {
          "heatFrames": 85
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 95
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "ScrewAttack",
        {
          "heatFrames": 75
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "Plasma",
        {
          "heatFrames": 70
        }
      ]
    },
    {
      "and": [
        "h_crouchJumpDownGrab",
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 115
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 120
        }
      ]
    }
  ]
}

Unlocks doors:

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

Dev note: The heat frames account for bad scenarios of where the Multiviola may be (entering from node 4), which is why Screw Attack can be helpful.