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. Note that it is possible to freeze the Namihe on entry with Plasma and Ice.

Requires:

{
  "or": [
    "canDodgeWhileShooting",
    {
      "enemyDamage": {
        "enemy": "Yellow Space Pirate (wall)",
        "type": "contact",
        "hits": 1
      }
    },
    "ScrewAttack",
    {
      "and": [
        "Ice",
        "Plasma"
      ]
    }
  ]
}
{
  "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
        }
      ]
    }
  ]
}