Below Spazer: Blue Suit

Room ID: 70

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

Climb to the top left of the room using the door frame, a wall jump, or jump out of the water into an IBJ. Roll through the tunnel and spin jump off the crumble block then wall jump and morph. Alternatively, it is possible to avoid falling to the crumble block with a well timed bomb boost or use Spring Ball. It is also possible to use the blue suit to break the bomb block then lose the suit and continue normally.

Requires:

{
  "haveBlueSuit": {}
}
"Morph"
{
  "or": [
    "canConsecutiveWalljump",
    "SpaceJump",
    {
      "and": [
        "Gravity",
        "canIBJ"
      ]
    },
    {
      "and": [
        "Gravity",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        {
          "doorUnlockedAtNode": 1
        },
        {
          "or": [
            "HiJump",
            "canSpringBallJumpMidAir",
            {
              "and": [
                "canJumpIntoIBJ",
                "can4HighMidAirMorph"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "canBombJumpWaterEscape",
        "canLongIBJ"
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canCrumbleJump",
        "canTrickyJump",
        "canWalljump"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "h_useSpringBall"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "h_useMorphBombs"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 5
          }
        }
      ]
    },
    {
      "and": [
        "canInsaneJump",
        "h_usePowerBomb"
      ]
    },
    {
      "noBlueSuit": {}
    }
  ]
}