Boyon Gate Hall: Leave with Runway (Deal With Boyon)

Room ID: 200

Wiki
From: 3
Top Right Door
To: 3
Top Right Door

Use the full runway by dealing with the Boyon: kill it, freeze it, or use i-frames.

Requires:

{
  "or": [
    "Ice",
    {
      "enemyKill": {
        "enemies": [
          [
            "Boyon"
          ]
        ]
      }
    },
    {
      "and": [
        "canNeutralDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "hits": 1,
            "type": "contact"
          }
        }
      ]
    }
  ]
}

Exit condition:

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