The Worst Room In The Game: Heat-Proof Pirates Kill

Room ID: 135

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

Being heatproof allows slower kill methods. Note that it is possible to freeze the Namihe on entry with Plasma and Ice.

Requires:

"h_heatProof"
{
  "or": [
    "canDodgeWhileShooting",
    {
      "enemyDamage": {
        "enemy": "Yellow Space Pirate (wall)",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        "Ice",
        "Plasma"
      ]
    }
  ]
}
{
  "enemyKill": {
    "enemies": [
      [
        "Yellow Space Pirate (wall)",
        "Yellow Space Pirate (wall)"
      ],
      [
        "Yellow Space Pirate (wall)"
      ]
    ],
    "excludedWeapons": [
      "Bombs"
    ]
  }
}

Dev note: Bombs are still excluded because they take 30 bombs each and that's ridiculous.