The Worst Room In The Game: Supers Pirates Kill

Room ID: 135

Wiki
From: 2
Bottom Left Door
To: 6
Bottom Platform Junction With Pirates Killed

The bottom wall pirates can be killed while stacked to save ammo.

Requires:

"h_canNavigateHeatRooms"
{
  "or": [
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (wall)"
              ],
              [
                "Yellow Space Pirate (wall)"
              ]
            ],
            "explicitWeapons": [
              "Super"
            ]
          }
        },
        {
          "heatFrames": 395
        }
      ]
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (wall)"
              ],
              [
                "Yellow Space Pirate (wall)"
              ],
              [
                "Yellow Space Pirate (wall)"
              ]
            ],
            "explicitWeapons": [
              "Super"
            ]
          }
        },
        {
          "heatFrames": 330
        }
      ]
    }
  ]
}