Alpha Power Bomb Room: Leave With Controlled Spring Ball Bounce

Room ID: 76

Wiki
From: 1
Right Door
To: 1
Right Door

Requires:

{
  "obstaclesCleared": [
    "B"
  ]
}
"canTrickySpringBallBounce"
{
  "or": [
    {
      "obstaclesCleared": [
        "A"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Boyon",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}

Exit condition:

{
  "leaveWithSpringBallBounce": {
    "remoteRunway": {
      "length": 11,
      "openEnd": 1
    },
    "landingRunway": {
      "length": 4,
      "openEnd": 1
    },
    "movementType": "controlled"
  }
}