Room ID: 120
From: 2
Far Left Door
To: 8
G-Mode Morph Junction (Bottom Right, Started at Left)
Carefully dodge or kill the enemies in the first half of the room. With Morph, go over the first set of Speed Blocks, then kill the first Red Pirate or air ball over it. It is also possible to kill or jump over the second pirate, but be careful to prevent it from shooting invisible lasers. Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": false } } Requires: { "or": [ "canTrickyDodgeEnemies", "h_canUsePowerBombs", "ScrewAttack", "h_hasBeamUpgrade", { "ammo": { "type": "Missile", "count": 2 } }, { "ammo": { "type": "Super", "count": 2 } }, { "enemyDamage": { "enemy": "Red Space Pirate (standing)", "type": "contact", "hits": 1 } } ] } { "or": [ "canTrickyJump", { "enemyDamage": { "enemy": "Multiviola", "type": "contact", "hits": 1 } } ] } "Morph" { "or": [ "h_canUsePowerBombs", { "and": [ { "or": [ "h_canUseSpringBall", "h_canUseMorphBombs" ] }, { "or": [ "canLateralMidAirMorph", "h_hasBeamUpgrade", { "enemyKill": { "enemies": [ [ "Red Space Pirate (standing)" ] ], "explicitWeapons": [ "Missile", "Super", "ScrewAttack" ] } }, { "enemyDamage": { "enemy": "Red Space Pirate (standing)", "type": "contact", "hits": 1 } } ] } ] } ] } { "heatFrames": 0 } |