Ice Beam Gate Room: Leave With Runway - Slow Frozen Sova

Room ID: 106

Wiki
From: 2
Middle Left Door
To: 2
Middle Left Door

If the Power Bomb blocks are broken and the room cannot be reset, the runway can be extended by waiting for the slow global Sova. Be careful to prevent killing the Sova when breaking the Power Bomb blocks, while still ensuring breaking the ceiling Bomb blocks. Using a Super to knock off the Sova once it is near the gates will save approximately 30 seconds.

Requires:

"h_canFrozenEnemyRunway"
{
  "obstaclesCleared": [
    "A",
    "B",
    "C"
  ]
}
{
  "or": [
    "canBeVeryPatient",
    {
      "and": [
        "canBePatient",
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        }
      ]
    }
  ]
}

Exit condition:

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