Gauntlet Energy Tank Room: Bombs

Room ID: 31

Wiki
From: 4
Middle Junction (Left of Morph Tunnel)
To: 3
Item

Break the tunnel block with a Bomb and then return to safety. Break the runway block on the next cycle. SpringBall helps avoid acid damage. Bombing Samus up through the runway with a second Bomb can help, or it can trap Samus in the acid if liquid physics take effect.

Requires:

"h_canUseMorphBombs"
{
  "or": [
    "h_canUseSpringBall",
    {
      "acidFrames": 10
    }
  ]
}
{
  "or": [
    "canInsaneJump",
    {
      "and": [
        "canTrickyJump",
        {
          "acidFrames": 10
        }
      ]
    },
    {
      "and": [
        "canCarefulJump",
        {
          "acidFrames": 120
        }
      ]
    },
    {
      "acidFrames": 200
    }
  ]
}