Dachora Room: Shinespark

Room ID: 58

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

Diagonal spark up left to save Energy.

Requires:

"h_shinechargeMaxRunway"
{
  "or": [
    {
      "shinespark": {
        "frames": 110,
        "excessFrames": 5
      }
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 103,
            "excessFrames": 6
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 99,
            "excessFrames": 6
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpeedyJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 89,
            "excessFrames": 6
          }
        }
      ]
    }
  ]
}