Tourian Escape Room 4: Base

Room ID: 242

Wiki
From: 1
Left Door
To: 4
Top of Shaft Without Acid Triggered

Go up safely by killing the Pirates.

Requires:

{
  "or": [
    "HiJump",
    "SpaceJump",
    "canWalljump",
    "canJumpIntoIBJ",
    {
      "and": [
        "canIBJ",
        "canBePatient"
      ]
    },
    "canSpringBallJumpMidAir"
  ]
}
{
  "or": [
    "canBePatient",
    {
      "enemyKill": {
        "enemies": [
          [
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)"
          ],
          [
            "Tourian Space Pirate (all)"
          ]
        ],
        "explicitWeapons": [
          "Missile",
          "Super",
          "PowerBomb",
          "Wave",
          "Spazer",
          "Plasma",
          "ScrewAttack"
        ]
      }
    }
  ]
}