Room ID: 128
From: 2
Bottom Right Door
To: 1
Top Right Door
Get to the top of the room with Spring Ball Bomb Jumps. To cross the room, perform a Spring Ball Bomb Jump after hitting the bomb with momentum to get a larger horizontal boost, then unmorph on the descent to reset fall speed. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_artificialMorphSpringBallBombJump"
{
"or": [
"HiJump",
{
"and": [
"canInsaneJump",
"h_artificialMorphResetFallSpeed",
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
}
]
}
]
}Dev note: The HiJump strat can only be useful if preserving a blue suit. Leniency isn't included as Samus will likely unmorph. FIXME: Hitting the bomb with momentum should probably be a tech. |