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

Room ID: 183

Wiki
From: 1
Middle Left Door
To: 10
G-Mode Morph Junction (By Bottom Left Door)

Bomb the Power Bomb blocks below to overload PLMs, then IBJ up through the crumble blocks to escape.

Entrance condition:

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

Requires:

"h_artificialMorphBombs"
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphLongIBJ",
            "h_artificialMorphJumpIntoIBJ"
          ]
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        "h_artificialMorphSpringBall"
      ]
    },
    "h_artificialMorphDoubleSpringBallJump",
    {
      "and": [
        "Gravity",
        "HiJump",
        "h_artificialMorphSpringBallBombJump"
      ]
    }
  ]
}