The Moat: Midair Bomb Boost

Room ID: 7

Wiki
From: 1
Left Door
To: 3
Item

Jump and Morph very quickly to place a bomb to boost Samus to the right. The bomb should be as far right as possible, and just above door height.

Requires:

"h_bombThings"
{
  "or": [
    "canBeLucky",
    "Bombs",
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 4
      }
    }
  ]
}
{
  "tech": "canUnmorphBombBoost"
}
"canResetFallSpeed"
"can4HighMidAirMorph"

Collects items: 3

Dev note: canBeLucky added for difficulty placement.