East Sand Hall: Come In Shinecharging, Shinespark (Suitless)

Room ID: 210

Wiki
From: 1
Left Door
To: 2
Right Door

It helps to wait to enter the sandfall until after Samus is near the peak of her jump.

Entrance condition:

{
  "comeInShinecharging": {
    "length": 1,
    "openEnd": 0
  }
}

Requires:

"canShinechargeMovementComplex"
"canPlayInSand"
"canMidairShinespark"
{
  "or": [
    {
      "shinespark": {
        "frames": 67,
        "excessFrames": 13
      }
    },
    {
      "and": [
        "canInsaneJump",
        {
          "shinespark": {
            "frames": 54,
            "excessFrames": 0
          }
        },
        "canDownGrab"
      ]
    }
  ]
}