Big Pink: Shinespark (Come In Shinecharging)

Room ID: 59

Wiki
From: 3
Left Side - Top Middle Door (Main Entrance)
To: 10
Top Item (Above Hopper Pit)

Use the upper runway then drop down and spark horizontally. To save Energy, run on the small platform, jump and spark diagonally on the descent.

Entrance condition:

{
  "comeInShinecharging": {
    "length": 24,
    "openEnd": 1
  }
}

Requires:

{
  "or": [
    {
      "and": [
        "canHorizontalShinespark",
        {
          "shinespark": {
            "frames": 37,
            "excessFrames": 13
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 9,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}