Tourian Escape Room 3: Leave Shinecharged

Room ID: 241

Wiki
From: 2
Right Door
To: 2
Right Door

Requires:

{
  "canShineCharge": {
    "usedTiles": 33,
    "openEnd": 2
  }
}
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Tourian Space Pirate (all)",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        "Plasma",
        "canHitbox"
      ]
    },
    "Morph",
    "ScrewAttack",
    {
      "and": [
        "canDodgeWhileShooting",
        "canCameraManip",
        {
          "or": [
            "h_hasBeamUpgrade",
            "canBePatient"
          ]
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {
    "framesRemaining": 120
  }
}