Maridia Elevator Room: Shinespark

Room ID: 215

Wiki
From: 2
Right Door
To: 3
Elevator

Entrance condition:

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

Requires:

{
  "or": [
    {
      "shinespark": {
        "frames": 31,
        "excessFrames": 1
      }
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 24,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canShinechargeMovementComplex",
        "canSpeedyJump",
        {
          "shinespark": {
            "frames": 17,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}