Room ID: 66
From: 4
Bottom Right Door
To: 2
Middle Left Door (Behind Power Bomb Blocks)
Use two Power Bombs to kill the Rippers, or carefully pass the first two and place a single Power Bomb on the left ledge to kill them all. Exit G-Mode before the Power Bomb explodes in order to break the wall. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_artificialMorphLongIBJ"
"h_artificialMorphPowerBomb"
{
"or": [
"h_artificialMorphStaggeredIBJ",
"h_artificialMorphPowerBomb"
]
}
"h_artificialMorphPowerBomb"
{
"or": [
"canWalljump",
"HiJump"
]
}Clears obstacles: A Dev note: This will kill the Beetom, which could prevent using it to get up, so this needs to get all the way to 2. Anything with Morph can exit G-Mode at 6. |