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

Room ID: 104

Wiki
From: 2
Bottom Left Door
To: 4
Item

Overload PLMs by bombing the gate or crumble blocks, then go through the crumble blocks below and get to the item. 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": "direct",
    "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"
      ]
    }
  ]
}
{
  "heatFrames": 0
}