Mother Brain Room: Leave with Runway, 4 Barriers Cleared

Room ID: 238

Wiki
From: 2
Right Door
To: 2
Right Door

Carefully dodge the Rinkas, or take a hit, while carefully avoiding falling off, then use the i-frames to use the runway.

Requires:

"h_AllMotherBrainBarriersCleared"
{
  "or": [
    "canTrickyDodgeEnemies",
    {
      "and": [
        "canUseIFrames",
        {
          "enemyDamage": {
            "enemy": "Rinka",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        "Ice",
        "canTrickyJump"
      ]
    }
  ]
}

Exit condition:

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