Below Spazer: Carry Blue Suit

Room ID: 70

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

Requires:

{
  "haveBlueSuit": {}
}
{
  "or": [
    "canConsecutiveWalljump",
    "SpaceJump",
    {
      "and": [
        "Gravity",
        "canIBJ"
      ]
    },
    {
      "and": [
        "Gravity",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        {
          "doorUnlockedAtNode": 1
        },
        {
          "or": [
            "HiJump",
            "canSpringBallJumpMidAir",
            {
              "and": [
                "canJumpIntoIBJ",
                "can4HighMidAirMorph"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "canBombJumpWaterEscape",
        "canLongIBJ"
      ]
    }
  ]
}

Dev note: With a blue suit, the bomb blocks in front of the door cannot be used as a platform.