Room ID: 21
From: 9
Junction Below Items
To: 2
Middle Right Door
Bring a Beetom down from above and freeze it in position to extend the runway. Shoot it again then quickly go back up and grab the second Beetom. Keep a half-tile gap between the Beetoms and the runway in order to extend it as much as possible. This is possible without breaking the Power Bomb blocks, by having both Beetoms attach to Samus, roll through the crumble blocks, then shake off the Beetoms to separate them. Requires: "h_canTrickyFrozenEnemyRunway" { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 9 } } { "or": [ { "obstaclesCleared": [ "A" ] }, { "and": [ "Morph", "canEscapeEnemyGrab", { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 3 } } ] } ] } Exit condition: { "leaveWithRunway": { "length": 12, "openEnd": 1 } } Unlocks doors: {"types":["ammo"],"requires":[]} |