Room ID: 228
|
Kill the Metroids while artificially morphed with just Spring Ball to avoid them. A Rinka must be completely on screen while a Power Bomb explodes in order for it to lure the Metroids. Start the room with a bomb boost spring ball jump or a precise horizontal bomb boost. In general, this seems to be easiest by minimizing Samus's horizontal movement as much as possible and getting the Metroids in sync with each other while circling around her. While moving horizontally, their movement is less predictable and harder to sync. Note that it is necessary to exit G-Mode before exiting the room in order for the Metroids to remain killed. With only 3 Power Bombs, cross the room with a spring fling and cluster the Metroids before laying Power Bombs. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "canMetroidAvoid"
"canTrickyDodgeEnemies"
"h_artificialMorphSpringBall"
{
"or": [
{
"tech": "canSpringBallBombJump"
},
"canInsaneJump"
]
}
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
}
{
"or": [
{
"and": [
"canTrickyGMode",
"h_artificialMorphSpringFling"
]
},
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
}
]
}Clears obstacles: f_KilledMetroidRoom3 Sets flags: f_KilledMetroidRoom3 |