Room ID: 90
Cross the room and go through the morph tunnel. Without any morph movement items, carefully air ball over the Sova and use it to damage boost into the tunnel or wait for the global Sova. It is possible to kill a Sova on the door and pause abuse to grab its Energy drop on G-mode exit. Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": false } } Requires: "Morph" { "or": [ "h_canBombThings", "h_canUseSpringBall", { "and": [ "canNeutralDamageBoost", { "enemyDamage": { "enemy": "Sova", "type": "contact", "hits": 1 } }, { "or": [ { "and": [ "canTrickyJump", "canLateralMidAirMorph" ] }, "canBePatient", { "ammo": { "type": "Super", "count": 1 } } ] } ] } ] } { "or": [ "h_heatedGModePauseAbuse", "h_HeatedGModeOpenDifferentDoor" ] } |