Warehouse Energy Tank Room: Beetom Farm

Room ID: 80

Wiki
From: 1
Right Door
To: 1
Right Door

Kill the Beetoms with Screw Attack or by freezing or carefully avoiding them and using Bombs or Power Bombs.

Requires:

{
  "resetRoom": {
    "nodes": [
      1
    ],
    "mustStayPut": false
  }
}
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        {
          "or": [
            "Ice",
            "canCarefulJump"
          ]
        },
        "h_canUseMorphBombs"
      ]
    }
  ]
}
{
  "refill": [
    "Energy",
    "PowerBomb"
  ]
}