Room ID: 110
|
Getting across the lava while artificially morphed requires an HBJ or Spring Fling. For the Spring Fling, jump immediately before the pause triggers. To save Energy, it is possible to kill to the Ripper at the far right, stand over where the drop will spawn and pause abuse to grab its Energy drop on G-mode exit. With a Power Bomb, place on the left edge when the Ripper is moving left, 2/3 of the way to the left edge. It is also possible to kill it with Screw Attack and a precise wall jump. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: {
"or": [
{
"and": [
"h_artificialMorphSpringFling",
"canTrickyJump"
]
},
"h_artificialMorphHBJ",
{
"and": [
"Gravity",
"h_artificialMorphIBJ",
"h_artificialMorphBombHorizontally",
{
"lavaFrames": 160
}
]
},
{
"and": [
"Gravity",
"h_artificialMorphSpringBall",
{
"lavaFrames": 40
}
]
}
]
}
{
"or": [
"h_heatedGModeOpenDifferentDoor",
{
"and": [
"h_heatedGModePauseAbuse",
{
"or": [
{
"ammo": {
"type": "Super",
"count": 1
}
},
"h_artificialMorphPowerBomb",
{
"and": [
"ScrewAttack",
{
"or": [
"h_lavaProof",
"SpaceJump",
"canWallJump"
]
}
]
}
]
}
]
}
]
} |