Metroid Room 2: Leave with Runway

Room ID: 227

Wiki
From: 2
Bottom Right Door (locked)
To: 2
Bottom Right Door (locked)

Requires:

{
  "or": [
    "f_KilledMetroidRoom2",
    "Ice",
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Rinka",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "metroidFrames": 22
        }
      ]
    }
  ]
}

Exit condition:

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