Green Brinstar Beetom Room: Beetom Farm

Room ID: 50

Wiki
From: 1
Left Door
To: 1
Left Door

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

Requires:

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