Room ID: 90
Either race the nearby Sova to the morph tunnel or wait for it to come back through the morph tunnel and use a Super to knock it off behind Samus. Alternatively, it is possible to wait for the global Sova to come around. Build speed on the lower platform and jump towards the morph tunnel while performing a Midair Morph to reach the Sova in time. Guiding the local Sova around through the shot block again can be faster, but is not expected. Requires: "canNeutralDamageBoost" "Morph" { "enemyDamage": { "enemy": "Sova", "type": "contact", "hits": 1 } } { "or": [ { "and": [ "canTrickyJump", "canLateralMidAirMorph", "canCameraManip", { "heatFrames": 340 } ] }, { "and": [ { "ammo": { "type": "Super", "count": 1 } }, { "heatFrames": 560 } ] }, { "heatFrames": 2700 } ] } Dev note: The global Sova is moving while the player reaches this node and this heatFrame count reflects that. |