West Ocean: Shinespark

Room ID: 32

Wiki
From: 12
Top Junction
To: 9
Top Hidden Item (Above Trippers)

Requires:

"canCarefulJump"
"h_shinechargeMaxRunway"
"canShinechargeMovement"
{
  "or": [
    {
      "shinespark": {
        "frames": 36,
        "excessFrames": 2
      }
    },
    {
      "and": [
        "canShinechargeMovement",
        {
          "shinespark": {
            "frames": 28,
            "excessFrames": 3
          }
        }
      ]
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 17,
            "excessFrames": 3
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpeedyJump",
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 9,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}