Ice Beam Snake Room: Leave with Runway - Dead Fune

Room ID: 108

Wiki
From: 4
Junction Below Morph Tunnel
To: 3
Bottom Right Door

Requires:

"Morph"
{
  "or": [
    {
      "and": [
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        },
        {
          "heatFrames": 145
        }
      ]
    },
    {
      "and": [
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 1
          }
        },
        {
          "heatFrames": 180
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 13,
    "openEnd": 0
  }
}