The Worst Room In The Game: Kill the Pirate

Room ID: 135

Wiki
From: 3
Top Right Door
To: 1
Top Left Door

Requires:

"h_canNavigateHeatRooms"
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        {
          "heatFrames": 60
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Missile",
              "Super",
              "Charge+Plasma"
            ]
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 300
}