Basement: Leave With Controlled Spring Ball Bounce (Higher Speed)

Room ID: 156

Wiki
From: 3
Right Door
To: 3
Right Door

If power is off, kago inside the left Workrobot, gaining speed at the start of the run by running in place.

For extra run speeds between $5.9 and $5.C, Samus can jump over the island; For extra run speeds of $5.8 or lower, Samus can run under the island and jump over the Workrobot (only required if power is off). Higher speeds than $5.C could be obtained with the power on but with greater difficulty.

Requires:

{
  "obstaclesCleared": [
    "A"
  ]
}
{
  "or": [
    "canKago",
    "f_DefeatedPhantoon"
  ]
}
"canTrickySpringBallBounce"
"canInsaneJump"

Exit condition:

{
  "leaveWithSpringBallBounce": {
    "remoteRunway": {
      "length": 35,
      "openEnd": 1
    },
    "landingRunway": {
      "length": 1,
      "openEnd": 1
    },
    "maxExtraRunSpeed": "$5.C",
    "blue": "any",
    "movementType": "controlled"
  }
}

Dev note: One tile of landing runway is considered unusable because at higher speeds it may not be possible to land far from the door.