Tourian Escape Room 4: Leave with Runway

Room ID: 242

Wiki
From: 2
Right Door
To: 2
Right Door

Requires:

{
  "obstaclesNotCleared": [
    "A"
  ]
}
{
  "or": [
    "canCarefulJump",
    "ScrewAttack",
    "Morph",
    {
      "enemyDamage": {
        "enemy": "Tourian Space Pirate (all)",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    "Morph",
    {
      "enemyKill": {
        "enemies": [
          [
            "Tourian Space Pirate (all)",
            "Tourian Space Pirate (all)"
          ]
        ],
        "explicitWeapons": [
          "Plasma",
          "ScrewAttack",
          "Missile",
          "Super"
        ]
      }
    },
    {
      "enemyDamage": {
        "enemy": "Tourian Space Pirate (all)",
        "type": "laser",
        "hits": 8
      }
    },
    {
      "and": [
        "Ice",
        {
          "enemyDamage": {
            "enemy": "Tourian Space Pirate (all)",
            "type": "laser",
            "hits": 6
          }
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "Wave",
            "Spazer"
          ]
        },
        {
          "enemyDamage": {
            "enemy": "Tourian Space Pirate (all)",
            "type": "laser",
            "hits": 3
          }
        }
      ]
    },
    {
      "and": [
        "Wave",
        "Spazer",
        {
          "enemyDamage": {
            "enemy": "Tourian Space Pirate (all)",
            "type": "laser",
            "hits": 2
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 26,
    "openEnd": 1
  }
}