Aqueduct: G-Mode Overload PLMs - PB the Items (To the Items)

Room ID: 183

Wiki
From: 5
Right Door
To: 7
Top Right Left Item

Notable: true

PLMs can be overloaded in direct G-Mode with a single Power Bomb if both items are still there and 2 PBs if only one item is. There is a row of tiles that works, just above and to the left of the right door. The row is one tile higher than the horizontal pipe that is part of the door frame, spanning from the left to one tile away from the right wall.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Requires:

{
  "or": [
    {
      "itemNotCollectedAtNode": 7
    },
    {
      "itemNotCollectedAtNode": 8
    }
  ]
}
"h_canUsePowerBombs"
"h_canUsePowerBombs"
"h_canNavigateUnderwater"
"canSnailClimb"
{
  "or": [
    "Gravity",
    "h_canMaxHeightSpringBallJump",
    {
      "and": [
        "HiJump",
        {
          "or": [
            "canCrouchJump",
            "canDownGrab"
          ]
        }
      ]
    }
  ]
}