Bubble Mountain: Leave With Runway - Frozen Sova

Room ID: 97

Wiki
From: 1
Left Side - Top Door
To: 1
Left Side - Top Door

Place a Power Bomb on the bottom stair attached to the door in order to prevent killing the Sova, or free a Sova from the Morph maze with Bombs. If coming from below, be sure to lure the Sova to the bottom before placing a Power Bomb near the blocks in order to prevent killing it. Use the frozen Sova to climb to the top left door. Stand on a low frozen Waver to lower the camera enough to get the Sova to move again.

Requires:

"h_canFrozenEnemyRunway"
{
  "or": [
    {
      "obstaclesCleared": [
        "A"
      ]
    },
    "h_canBombThings"
  ]
}
{
  "or": [
    "canTrickyJump",
    "SpaceJump"
  ]
}

Exit condition:

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