Frog Speedway: Beetom Farm

Room ID: 93

Wiki
From: 1
Left Door
To: 1
Left Door

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

Requires:

{
  "or": [
    {
      "resetRoom": {
        "nodes": [
          1
        ]
      }
    },
    {
      "and": [
        {
          "resetRoom": {
            "nodes": [
              2
            ]
          }
        },
        "SpeedBooster"
      ]
    }
  ]
}
{
  "or": [
    "ScrewAttack",
    "h_getBlueSpeedMaxRunway",
    {
      "and": [
        "Ice",
        "h_useMorphBombs"
      ]
    },
    {
      "and": [
        "Morph",
        {
          "resourceAvailable": [
            {
              "type": "Energy",
              "count": 50
            }
          ]
        },
        {
          "or": [
            {
              "ammo": {
                "type": "PowerBomb",
                "count": 1
              }
            },
            {
              "ammo": {
                "type": "Missile",
                "count": 1
              }
            },
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            }
          ]
        }
      ]
    }
  ]
}
{
  "refill": [
    "PowerBomb"
  ]
}

Dev note: Health Bomb ends at 50 energy. One ammo can be used to gain a power bomb and then power bombs can be used to farm more power bombs.