Pillar Room: Three Power Bombs

Room ID: 134

Wiki
From: 2
Right Door
To: 1
Left Door

The power bombs can be placed far from the next pillar in line. PB1 - Near the broken pillar. PB2 - On the 2nd full pillar. PB3 - On the 4th full pillar. Wait for the Puromis to avoid damage but wait too long and the acid will cover the door.

Requires:

"Morph"
"canCarefulJump"
{
  "ammo": {
    "type": "PowerBomb",
    "count": 3
  }
}
{
  "or": [
    {
      "and": [
        "canSuitlessLavaDive",
        {
          "heatFrames": 840
        },
        {
          "acidFrames": 206
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "heatFrames": 810
        },
        {
          "acidFrames": 55
        }
      ]
    }
  ]
}
{
  "or": [
    "h_heatResistant",
    "canPauseAbuse",
    {
      "resourceCapacity": [
        {
          "type": "RegularEnergy",
          "count": 149
        }
      ]
    }
  ]
}