Below Spazer: Use Blue Suit

Room ID: 70

Wiki
From: 1
Left Door
To: 3
Top Right Door

Requires:

"h_bombThings"
{
  "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
          }
        }
      ]
    }
  ]
}