Room ID: 77
From: 1
Right Door
To: 1
Right Door
Avoiding a double hit on the Sidehoppers can be pretty tricky. One somewhat reliable way it to lure the Sidehoppers just off-camera, then place a Power Bomb to Crystal Flash, which will hit and lure them to Samus. Be sure to also position Samus over a safe spot, as she will fall through the Power Bomb blocks as she exits G-mode. It can be helpful to think about where the Sidehoppers are and where there hops will be as they are lured on camera; If they hit Samus before she gains Reserve Energy, she will die. If the hoppers hit the side of her light orb, they will die before hitting Samus; this not reliable to account for, because the hoppers' trajectory varies if they have large or small hops. An alternate approach is to Crystal Flash in the left corner, while luring them to the right after placing the Power Bomb. This is relatively difficult to get them to survive, and they are more likely to hit the light orb if they do. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true
}
}Requires: "h_artificialMorphTrickyRModeCrystalFlashInterrupt"
{
"ammo": {
"type": "Missile",
"count": 10
}
}
{
"or": [
"h_partialEnemyDamageReduction",
{
"resourceAtMost": [
{
"type": "RegularEnergy",
"count": 19
}
]
},
{
"and": [
{
"resourceCapacity": [
{
"type": "RegularEnergy",
"count": 199
}
]
},
{
"resourceCapacity": [
{
"type": "ReserveEnergy",
"count": 199
}
]
}
]
}
]
} |