Green Brinstar Main Shaft: Come In Shinecharging, Shinespark

Room ID: 44

Wiki
From: 10
Right Etecoon Shaft - Bottom Left Door
To: 14
Right Etecoon Shaft - Wall Jump Checkpoint

With HiJump, spark diagonally to the left in order to bonk and stop the spark early; otherwise a vertical spark is needed.

Entrance condition:

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

Requires:

{
  "or": [
    {
      "shinespark": {
        "frames": 75,
        "excessFrames": 64
      }
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 68,
            "excessFrames": 57
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 13
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpeedyJump",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 16,
            "excessFrames": 13
          }
        }
      ]
    }
  ]
}