Plowerhouse Room: Leave With Runway - Frozen Holtz

Room ID: 140

Wiki
From: 2
Right Door
To: 2
Right Door

On entry lure both Holtz. Kill one and freeze the other in position.

Requires:

"h_canTrickyFrozenEnemyRunway"
{
  "heatFrames": 800
}
{
  "or": [
    {
      "and": [
        "Wave",
        {
          "heatFrames": 500
        }
      ]
    },
    {
      "and": [
        "Spazer",
        {
          "heatFrames": 500
        }
      ]
    },
    {
      "and": [
        "Plasma",
        {
          "heatFrames": 200
        }
      ]
    }
  ]
}

Exit condition:

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