Room ID: 215
From: 2
Right 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, place it at least two tiles above the first Ripper. 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_artificialMorphPowerBomb"
{
"or": [
"h_artificialMorphStaggeredIBJ",
"h_artificialMorphPowerBomb",
{
"enemyDamage": {
"enemy": "Ripper",
"type": "contact",
"hits": 1
}
}
]
} |