Tourian Escape Room 3: Pass Through Pirates

Room ID: 241

Wiki
From: 1
Left Door
To: 2
Right Door

Walk through the pirates either by taking damage or by using Plasma Beam.

Requires:

{
  "or": [
    "HiJump",
    "canWalljump",
    "h_canFly"
  ]
}
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Tourian Space Pirate (all)",
        "type": "contact",
        "hits": 3
      }
    },
    {
      "and": [
        "Plasma",
        "canHitbox"
      ]
    }
  ]
}