Pink Brinstar Power Bomb Room: G-Mode Morph Direct Overload PLMs with Power Bombs

Room ID: 60

Wiki

Place two Power Bombs, precisely on the third tile in the morph tunnel to overload PLMs (watch the right side of the screen).

Entrance condition:

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

Requires:

{
  "itemNotCollectedAtNode": 3
}
"h_canArtificialMorphPowerBomb"
"h_canArtificialMorphPowerBomb"
{
  "or": [
    "h_canArtificialMorphSpringBall",
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 4
      }
    },
    {
      "and": [
        "Morph",
        {
          "or": [
            "can4HighMidAirMorph",
            {
              "ammo": {
                "type": "PowerBomb",
                "count": 2
              }
            }
          ]
        }
      ]
    }
  ]
}