Room ID: 111
From: 2
Bottom Right Door
To: 1
Top Right Door
Lure a Sova from the bottom to top of the room. If wall jumping, it may be easiest to follow behind the Sova and pass it at the top of the room. Requires: { "heatFrames": 2060 } { "or": [ "h_canUseSpringBall", { "and": [ "canStaggeredWalljump", { "heatFrames": 100 } ] }, { "and": [ "SpaceJump", { "heatFrames": 100 } ] } ] } Exit condition: { "leaveWithGModeSetup": {} } Unlocks doors: {"types":["missiles","super"],"requires":[]} {"types":["powerbomb"],"requires":["h_heatProof"]} Dev note: FIXME: This could be doable with an x-ray climb and then carefully and slowly returning the camera. This is also possible with a very large number of crumble jumps. |