Below Spazer: Blue Suit Shinespark

Room ID: 70

Wiki
From: 1
Left Door
To: 4
Top Left Ledge

Requires:

{
  "blueSuitShinecharge": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 24,
        "excessFrames": 1
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 24,
            "excessFrames": 12
          }
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "Gravity",
        {
          "shinespark": {
            "frames": 17,
            "excessFrames": 13
          }
        }
      ]
    }
  ]
}