Frog Speedway: G-Mode Morph through Speed Blocks

Room ID: 93

Wiki
From: 1
Left Door
To: 2
Right Door

Carefully kill the Beetoms with Bombs, then overload PLMs by placing many bombs next to the speed blocks. An easy way to do this is to stay just out of range to avoid luring them and spam bombs in a vertical line until they wander close enough to jump into the blasts. Safely kill the remaining Beetoms from inside the speed blocks.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

"h_canArtificialMorphBombs"
{
  "or": [
    "h_canArtificialMorphPowerBomb",
    "canTrickyJump",
    {
      "enemyDamage": {
        "enemy": "Beetom",
        "type": "contact",
        "hits": 2
      }
    },
    {
      "and": [
        "Morph",
        {
          "or": [
            "Ice",
            {
              "ammo": {
                "type": "Missile",
                "count": 3
              }
            },
            {
              "ammo": {
                "type": "Super",
                "count": 3
              }
            }
          ]
        }
      ]
    }
  ]
}