Room ID: 215
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_artificialMorphLongIBJ"
"h_artificialMorphSpringBallBombJump"
"h_artificialMorphPowerBomb"
{
"or": [
"h_artificialMorphStaggeredIBJ",
"h_artificialMorphPowerBomb",
{
"enemyDamage": {
"enemy": "Ripper",
"type": "contact",
"hits": 1
}
}
]
}Dev note: canSpringBallBombJump can be bypassed with SpringBall and other requirements, but that's being assumed with Bombs and SpringBall at this level. |