Mt. Everest: Leave Shinecharged

Room ID: 174

Wiki
From: 10
Upper Right Ledge Junction
To: 3
Bottom Right Door

Charge on the upper right ledge, and store the spark as Samus walks off the ledge to drop down onto the door. Opening the door first and moonfalling can help but is not required.

Requires:

"Gravity"
{
  "canShineCharge": {
    "usedTiles": 20,
    "gentleUpTiles": 3,
    "gentleDownTiles": 1,
    "steepUpTiles": 1,
    "openEnd": 1
  }
}
{
  "shineChargeFrames": 150
}

Exit condition:

{
  "leaveShinecharged": {}
}

Unlocks doors:

{"types":["super"],"requires":[]}
{
  "types": [
    "missiles",
    "powerbomb"
  ],
  "requires": [
    {
      "or": [
        "Grapple",
        {
          "shinespark": {
            "frames": 59
          }
        },
        {
          "and": [
            "HiJump",
            "canSpringBallJumpMidAir"
          ]
        },
        {
          "and": [
            "HiJump",
            "canTrickyDashJump",
            "canWalljump"
          ]
        },
        "canGravityJump"
      ]
    }
  ]
}

Dev note: It's possible to get 40 frames remaining by opening the door first and dropping with a moonfall, but is it worth putting here?