Mother Brain Room: Leave with Runway, 1 Barrier 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:

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

Exit condition:

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