Post Crocomire Farming Room: Leave With Runway - Frozen Gamet

Room ID: 123

Wiki
From: 4
Top Right Door
To: 4
Top Right Door

Lure the Gamets up; it may be helpful to freeze them on the ascent to prevent them from separating and moving horizontally. At the top, freeze a Gamet while there is a half-tile gap between it and the runway in order to extend it as much as possible. Positioning is much easier with Morph; simply morph on any of the stairs before they start separating. Freezing one or two Gamets after they separate but before they start moving can help with dodging and avoiding damage.

Requires:

{
  "or": [
    "h_canTrickyFrozenEnemyRunway",
    {
      "and": [
        "h_canFrozenEnemyRunway",
        "Morph"
      ]
    }
  ]
}

Exit condition:

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