Maridia Elevator Room: Use Flash Suit

Room ID: 215

Wiki
From: 2
Right Door
To: 3
Elevator

Shinespark vertically up the right side of the shaft in order to avoid getting hit by the Ripper.

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 24,
        "excessFrames": 2
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpeedyJump",
        {
          "shinespark": {
            "frames": 17,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}