The Worst Room In The Game: Base

Room ID: 135

Wiki
From: 3
Top Right Door
To: 5
Junction Below Top Pirate

Requires:

{
  "or": [
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "ScrewAttack"
            ]
          }
        },
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Super"
            ]
          }
        },
        {
          "heatFrames": 150
        }
      ]
    },
    {
      "and": [
        "Charge",
        "Plasma",
        "Wave",
        {
          "heatFrames": 200
        }
      ]
    },
    {
      "heatFrames": 330
    }
  ]
}