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

Room ID: 183

Wiki
From: 1
Middle Left Door
To: 9
Junction Below Top Door

Bomb the Power Bomb 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": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphLongIBJ",
            "h_artificialMorphJumpIntoIBJ"
          ]
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        "h_artificialMorphSpringBall"
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        "HiJump",
        "canConsecutiveWalljump",
        "canPreciseWalljump"
      ]
    },
    "h_artificialMorphDoubleSpringBallJump",
    {
      "and": [
        "Gravity",
        "HiJump",
        "h_artificialMorphSpringBallBombJump"
      ]
    }
  ]
}

Dev note: FIXME: Eventually a CF doorlock bypass should be added from this 1 or from 12 with a 1->12 option.