West Sand Hall: West Sand Hall Suitless Bootless Spring Ball (Center to Right)

Room ID: 199

Wiki
From: 4
Below Sand Entrance
To: 2
Right Door

Notable: true

Perform multiple stationary lateral mid-air morphs, while avoiding the Evir projectiles, to cross the room. It is necessary to start the jumps from the far side of the platforms in order to gain more horizontal momentum before entering the sand falls. Falling into the sand will often result in a soft lock.

Requires:

"canSuitlessMaridia"
"canPlayInSand"
"h_canMaxHeightSpringBallJump"
"canStationaryLateralMidAirMorph"
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Evir"
          ]
        ],
        "explicitWeapons": [
          "Super",
          "Missile",
          "PowerBombPeriphery",
          "Plasma"
        ]
      }
    },
    {
      "enemyDamage": {
        "enemy": "Evir",
        "type": "particle",
        "hits": 1
      }
    }
  ]
}