Basement: G-Mode Morph Power Bombs, Wait for the Workrobot

Room ID: 156

Wiki
From: 2
Top Door
To: 3
Right Door

On room entry, dodge the atomic and quickly place a Power Bomb to kill both Atomics. It is tricky but possible to kill them both with a single Power Bomb placed on the right half of the platform. Wait for the Workrobot to pass, then roll off to the right of it or use a Power Bomb to boost over any stationary, invisible lasers. 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 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. Use the camera scroll blocks just left of the bomb blocks, in order to overload PLMs and go through them.

Entrance condition:

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

Requires:

"f_DefeatedPhantoon"
"h_artificialMorphPowerBomb"
{
  "or": [
    "canTrickyDodgeEnemies",
    "h_artificialMorphPowerBomb"
  ]
}
"h_artificialMorphPowerBomb"
{
  "or": [
    "canInsaneJump",
    {
      "enemyDamage": {
        "enemy": "Workrobot",
        "type": "ring-side",
        "hits": 1
      }
    }
  ]
}