Maridia Elevator Room: Come In Shinecharged, Shinespark

Room ID: 215

Wiki
From: 1
Bottom Left Door
To: 3
Elevator

Use Hijump or one walljump on the left before a diagonal spark.

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

"canMidairShinespark"
"canShinechargeMovement"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 35
        },
        {
          "shinespark": {
            "frames": 43,
            "excessFrames": 11
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 60
        },
        {
          "shinespark": {
            "frames": 31,
            "excessFrames": 3
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 115
        },
        {
          "shinespark": {
            "frames": 19,
            "excessFrames": 3
          }
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "shineChargeFrames": 40
        },
        {
          "shinespark": {
            "frames": 43,
            "excessFrames": 11
          }
        }
      ]
    }
  ]
}