West Sand Hall Tunnel: Carry Shinecharge

Room ID: 202

Wiki
From: 1
Left Door
To: 2
Right Door

With the larger hitbox of Plasma, the door can be opened fast enough to safely run under the crab. Otherwise, a small spin-jump may be required to reduce Samus' hitbox through the transition.

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"Gravity"
{
  "or": [
    {
      "and": [
        "Plasma",
        {
          "shineChargeFrames": 55
        }
      ]
    },
    {
      "and": [
        "canTrickyJump",
        {
          "shineChargeFrames": 60
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}

Unlocks doors:

{"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}

Dev note: FIXME: coming in with some run speed might be another way to avoid the crab? Spin jumping through the transition technically does not conform to the exit condition, but it is possible to land in a single frame in the next room by breaking spin, and we include several frames of lenience which is hopefully enough account for any issue in the next room.