Single Chamber: Base

Room ID: 103

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

Requires:

{
  "or": [
    {
      "heatFrames": 115
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Alcoon"
              ]
            ],
            "explicitWeapons": [
              "ScrewAttack",
              "Missile",
              "Super",
              "Wave+Plasma"
            ]
          }
        },
        {
          "heatFrames": 110
        }
      ]
    },
    {
      "and": [
        "h_PlasmaHitbox",
        {
          "heatFrames": 110
        }
      ]
    }
  ]
}

Unlocks doors:

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