Maridia Elevator Room: Come In Shinecharged, Leave With Spark (Top Position)

Room ID: 215

Wiki
From: 1
Bottom Left Door
To: 2
Right Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"canMidairShinespark"
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 70
        },
        {
          "shinespark": {
            "frames": 14,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "shineChargeFrames": 90
        },
        {
          "shinespark": {
            "frames": 19,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithSpark": {}
}

Unlocks doors:

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