Ice Beam Snake Room: Leave With Runway - Frozen Sova

Room ID: 108

Wiki
From: 2
Middle Right Door
To: 2
Middle Right Door

Wait 3 minutes for the Sova to get into position, or 100 seconds with Morph by going ahead of them to break the shot blocks as they get there. This can be further reduced to 45 seconds with a Super by knocking a Sova off after it exits the morph tunnel. The other Sovas can be farmed or used as a backup.

Requires:

"h_canFrozenEnemyRunway"
{
  "or": [
    {
      "and": [
        "h_heatProof",
        "canBeVeryPatient"
      ]
    },
    {
      "and": [
        "h_heatProof",
        "canBePatient",
        "Morph"
      ]
    },
    {
      "and": [
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        },
        {
          "heatFrames": 2600
        }
      ]
    }
  ]
}

Exit condition:

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