Single Chamber: Base

Room ID: 103

Wiki
From: 6
Left Shaft - Top Junction
To: 7
Left Shaft - Middle Junction

Requires:

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