Beta Power Bomb Room: Leave With Runway (Tank the Damage)

Room ID: 77

Wiki
From: 1
Right Door
To: 1
Right Door

Open the door in advance, then lure the Sidehoopers to left wall. This is much easier with Morph ball. Take a hit, then start running with the i-frames.

Requires:

{
  "obstaclesNotCleared": [
    "B"
  ]
}
"canUseIFrames"
{
  "enemyDamage": {
    "enemy": "Sidehopper",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "Morph",
    {
      "enemyDamage": {
        "enemy": "Sidehopper",
        "type": "contact",
        "hits": 3
      }
    }
  ]
}

Exit condition:

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