Post Crocomire Shaft: Shinespark (Come in Shinecharging)

Room ID: 125

Wiki
From: 3
Bottom Right Door
To: 4
Top Door

Entrance condition:

{
  "comeInShinecharging": {
    "length": 3,
    "openEnd": 0
  }
}

Requires:

{
  "or": [
    {
      "shinespark": {
        "frames": 58,
        "excessFrames": 4
      }
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 50,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 46,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 37,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 34,
            "excessFrames": 5
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canShinechargeMovementComplex",
        "canSpeedyJump",
        {
          "shinespark": {
            "frames": 32,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}