Aqueduct: G-Mode Morph Overload PLMs - Bomb the PB Blocks

Room ID: 183

Wiki
From: 1
Middle Left Door
To: 11
G-Mode Overloaded PLMs Junction (By Bottom Left Door)

Bomb the PB blocks below to overload PLMs, then go up through the crumble blocks to escape.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

"h_artificialMorphBombs"
"h_navigateUnderwater"
{
  "or": [
    "canGravityJump",
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphLongIBJ",
            "h_artificialMorphJumpIntoIBJ"
          ]
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        "HiJump",
        "canConsecutiveWalljump",
        "canPreciseWalljump"
      ]
    },
    "h_artificialMorphDoubleSpringBallJump",
    {
      "and": [
        "Gravity",
        "HiJump",
        "h_artificialMorphSpringBallBombJump"
      ]
    }
  ]
}