Tourian Escape Room 3: Kill Pirates Fast

Room ID: 241

Wiki
From: 1
Left Door
To: 2
Right Door

Kill the Pirates fast enough that they won't attack, or shoot them from below with Wave.

Requires:

{
  "or": [
    "HiJump",
    "canWalljump",
    "h_canFly"
  ]
}
{
  "or": [
    "Wave",
    "ScrewAttack",
    {
      "and": [
        "Plasma",
        "canXRayWaitForIFrames"
      ]
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ]
        ],
        "explicitWeapons": [
          "Missile",
          "Super",
          "Ice+Plasma"
        ]
      }
    }
  ]
}