The ability to become grabbed by Draygon or a Beetom and then escape by pressing 60+ inputs.
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":[]} |
From: 9
Junction Below Items
To: 3
Bottom Left Door
It is possible to shake the beetom off near the right door, then lure it down to the bottom without taking more hits (or to kill the Pirates with Bombs). Requires: { "or": [ "Morph", { "obstaclesCleared": [ "A" ] } ] } { "or": [ { "and": [ { "enemyKill": { "enemies": [ [ "Green Space Pirate (standing)", "Green Space Pirate (standing)", "Green Space Pirate (standing)" ], [ "Green Space Pirate (standing)", "Green Space Pirate (standing)" ] ] } }, { "or": [ { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 8 } }, { "and": [ "canTrickyJump", "canEscapeEnemyGrab", { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 5 } } ] } ] } ] }, { "and": [ { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 5 } }, { "enemyDamage": { "enemy": "Green Space Pirate (standing)", "type": "contact", "hits": 3 } } ] } ] } Exit condition: { "leaveWithGModeSetup": { "knockback": false } } Unlocks doors: {"types":["ammo"],"requires":[]} |
From: 9
Junction Below Items
To: 4
Bottom Right Door
It is possible to shake the beetom off near the right door, then lure it down to the bottom without taking more hits (or to kill the Pirates with Bombs). Requires: { "or": [ "Morph", { "obstaclesCleared": [ "A" ] } ] } { "or": [ { "and": [ { "enemyKill": { "enemies": [ [ "Green Space Pirate (standing)", "Green Space Pirate (standing)", "Green Space Pirate (standing)" ], [ "Green Space Pirate (standing)", "Green Space Pirate (standing)" ] ] } }, { "or": [ { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 8 } }, { "and": [ "canTrickyJump", "canEscapeEnemyGrab", { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 5 } } ] } ] } ] }, { "and": [ { "enemyDamage": { "enemy": "Beetom", "type": "contact", "hits": 5 } }, { "enemyDamage": { "enemy": "Green Space Pirate (standing)", "type": "contact", "hits": 3 } } ] } ] } Exit condition: { "leaveWithGModeSetup": { "knockback": false } } Unlocks doors: {"types":["ammo"],"requires":[]} |
Requires: "Ice" { "enemyKill": { "enemies": [ [ "Metroid", "Metroid", "Metroid" ] ], "explicitWeapons": [ "Super", "Missile" ] } } { "or": [ "canPrepareForNextRoom", { "resetRoom": { "nodes": [ 2 ] } }, { "and": [ "h_canUseMorphBombs", "canDodgeWhileShooting", "canEscapeEnemyGrab", { "metroidFrames": 120 } ] } ] } { "or": [ "canTrickyJump", { "enemyDamage": { "enemy": "Rinka", "type": "contact", "hits": 1 } } ] } Clears obstacles: A |