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:

{
  "or": [
    {
      "and": [
        {
          "ammo": {
            "type": "Super",
            "count": 9
          }
        },
        {
          "heatFrames": 330
        }
      ]
    },
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "ammo": {
            "type": "Super",
            "count": 6
          }
        },
        {
          "or": [
            "canTrickyJump",
            {
              "ammo": {
                "type": "Super",
                "count": 2
              }
            }
          ]
        },
        {
          "heatFrames": 395
        }
      ]
    }
  ]
}