Double Chamber: Indirect G-Mode Morph, Despawn the Gate

Room ID: 104

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

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.

Entrance condition:

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

Requires:

{
  "or": [
    "h_artificialMorphCeilingBombJump",
    {
      "and": [
        "h_artificialMorphBombHorizontally",
        "h_artificialMorphIBJ",
        "h_artificialMorphPowerBomb"
      ]
    },
    {
      "and": [
        "h_artificialMorphBombHorizontally",
        "canTrickyDodgeEnemies",
        "h_artificialMorphDoubleBombJump",
        "h_artificialMorphStaggeredIBJ"
      ]
    }
  ]
}
"h_heatedGModeOpenDifferentDoor"