Basement: G-Mode Morph Workrobot Ride (Insane)

On room entry, place a Power Bomb to kill the Atomic and land on the Workrobot. Wait for the Workrobot to move across the room until it meets with a second robot. Depending on where the robots place their invisible, stationary lasers, either roll off and quickly roll under the Atomic, stay on for a second to try to lure the Atomic left a bit, or use a Power Bomb to kill it. Be sure to watch and listen for where the robots are placing their lasers; they occupy a 24x24 pixel space and are typically placed with only 1-2 tiles of space between them. Fall off the workrobots without any horizontal movement to decrease the chance of touching a laser. Avoid placing a Power Bombs too close to the right wall or it will hit the bomb block and it will no longer be passable. Quickly use the camera scroll blocks just left of the bomb blocks, in order to overload PLMs and go through them before the Atomic hits Samus.

Difficulty filter

Strats ()

From: 1
Left Door
To: 3
Right Door

On room entry, place a Power Bomb to kill the Atomic and land on the Workrobot. Wait for the Workrobot to move across the room until it meets with a second robot. Depending on where the robots place their invisible, stationary lasers, either roll off and quickly roll under the Atomic, stay on for a second to try to lure the Atomic left a bit, or use a Power Bomb to kill it. Be sure to watch and listen for where the robots are placing their lasers; they occupy a 24x24 pixel space and are typically placed with only 1-2 tiles of space between them. Fall off the workrobots without any horizontal movement to decrease the chance of touching a laser. Note that the majority of the lasers that the workrobots place only deal 4 damage and can be tanked with a suit's damage reduction or an immobile entrance. Avoid placing a Power Bombs too close to the right wall or it will hit the bomb block and it will no longer be passable. Quickly use the camera scroll blocks just left of the bomb blocks, in order to overload PLMs and go through them before the Atomic hits Samus.

Entrance condition:

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

Requires:

{
  "notable": "G-Mode Morph Workrobot Ride"
}
"f_DefeatedPhantoon"
"canBePatient"
"h_artificialMorphPowerBomb"
{
  "or": [
    "canTrickyGMode",
    {
      "enemyDamage": {
        "enemy": "Workrobot",
        "type": "ring-side",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "canTrickyJump",
    "h_artificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Atomic",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}