Double Chamber: Direct G-Mode Morph, Prepared Remote Acquire

Room ID: 104

Wiki
From: 3
Right Door
To: 6
Direct G-Mode Junction, Prepared Remote Acquire (Bottom Right)

Bomb horizontally on room entry to jump over the Ripper and land on the crumble blocks, or use a Power Bomb to kill the Ripper. Avoid touching all 6 crumbles, so Samus can use the item to overload PLMs and go through one of the crumbles to get to the left side of the room. If the item has already been obtained, Samus can shoot or Bomb the gate many times to overload PLMs.

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphCeilingBombJump",
    {
      "and": [
        "h_canArtificialMorphBombHorizontally",
        "h_canArtificialMorphIBJ",
        "h_canArtificialMorphPowerBomb"
      ]
    },
    {
      "and": [
        "h_canArtificialMorphBombHorizontally",
        "canTrickyDodgeEnemies",
        "h_canArtificialMorphDoubleBombJump",
        "h_canArtificialMorphStaggeredIBJ"
      ]
    }
  ]
}
{
  "heatFrames": 0
}

Dev note: This is only useful if the item is Morph, because with Morph, another strat would have been used.