Double Chamber: G-Mode Morph, Through the Crumbles, IBJ

Room ID: 104

Wiki
From: 1
Top Left Door
To: 3
Right Door

Overload PLMs by bombing the gate or crumble blocks, then go through the crumble blocks below and get to the door. IBJ past the Ripper or kill it. The Kago bugs will not spawn until Samus exits G-mode, so it is fine to kill it or IBJ from on top of it.

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphLongIBJ",
    "h_canArtificialMorphJumpIntoIBJ"
  ]
}
"h_canArtificialMorphBombHorizontally"
{
  "or": [
    "h_canArtificialMorphPowerBomb",
    {
      "and": [
        "Morph",
        {
          "ammo": {
            "type": "Missile",
            "count": 2
          }
        }
      ]
    },
    {
      "and": [
        "Morph",
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        }
      ]
    },
    {
      "and": [
        "h_canArtificialMorphDoubleBombJump",
        "h_canArtificialMorphStaggeredIBJ"
      ]
    }
  ]
}
"h_HeatedGModeOpenDifferentDoor"