Room ID: 226
|
Kill the Metroids while artificially morphed with just Spring Ball to avoid them. A Rinka must killed whith a Power Bomb while a Metroid is completely on screen in order for it to lure the other Metroids. Because of this, with extra ammo, it is possible to kill one or two of them before luring the rest. 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, bring the left two Metroids to the edge of the acid before using Power Bombs to lure them all. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "canMetroidAvoid"
"canInsaneJump"
"h_artificialMorphSpringBall"
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
}
{
"or": [
"canTrickyGMode",
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
}
]
}Clears obstacles: f_KilledMetroidRoom1 Sets flags: f_KilledMetroidRoom1 Dev note: The rules for luring the Metroids are not completely clear, but this method works somewhat reliably here. |