Mt. Everest: Shinespark

Room ID: 174

Wiki
From: 2
Bottom Left Door
To: 9
Platform Below Top Door

Shinespark up in the middle of the three upward pathways near either the right or left wall.

Requires:

"Gravity"
"h_shinechargeMaxRunway"
"canShinechargeMovement"
{
  "or": [
    {
      "shinespark": {
        "frames": 61,
        "excessFrames": 8
      }
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 54,
            "excessFrames": 8
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 50,
            "excessFrames": 8
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        "HiJump",
        {
          "shinespark": {
            "frames": 36,
            "excessFrames": 8
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        "HiJump",
        "canSpeedyJump",
        {
          "shinespark": {
            "frames": 30,
            "excessFrames": 5
          }
        }
      ]
    }
  ]
}