Maridia Elevator Room: G-Mode Morph IBJ, PB, Spring Ball

Room ID: 215

Wiki
From: 1
Bottom Left Door
To: 4
G-Mode Junction (Top by Elevator)

The Rippers can be killed with two Power Bombs, or one carefully placed Power Bomb and a careful dodge of the top-most Ripper. With a single Power Bomb, use Spring Ball to avoid the first Ripper, then place the Power Bomb at least two tiles above the next. This can be achieved with a Staggered IBJ or a Spring Ball Bomb Boost. Then climb the right side of the shaft and dodge the top Ripper.

Entrance condition:

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

Requires:

"h_canArtificialMorphIBJ"
"h_canArtificialMorphSpringBallBombJump"
"h_canArtificialMorphPowerBomb"
{
  "or": [
    "h_canArtificialMorphStaggeredIBJ",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Ripper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}