Room ID: 137
Overload PLMs by rolling through the camera scroll block just right of the bomb blocks, then roll through the morph tunnel and use a bomb boost or Spring Ball to escape the tunnel and get to the door. Without a way to boost out of the tunnel, exit G-mode and use a two-turn X-Ray climb, then ceiling clip by jumping out of the tunnel. Note that the Kihunter is global, and will hit Samus. Without any way to know where the Kihunter will be, a contact hit is expected without Screw Attack. Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true }, "comesThroughToilet": "any" } Requires: "h_artificialMorphMovement" "canOffScreenMovement" { "or": [ "h_artificialMorphBombThings", "h_artificialMorphSpringBall", { "and": [ "canXRayClimb", "canCeilingClip", { "heatFrames": 450 }, { "or": [ "canTrickyGMode", { "heatFrames": 200 } ] } ] } ] } { "or": [ "ScrewAttack", { "enemyDamage": { "enemy": "Kihunter (red)", "type": "contact", "hits": 1 } } ] } "h_heatedGModeOffCameraDoor" Exit condition: { "leaveNormally": {} } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":50}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":[{"heatFrames":110}]} Dev note: It is also possible, but not expected, to kill the Kihunter by the door and use its drop to get out of the room. Because this is blind and there doesn't appear to be a way to fix the camera, it is not expected to climb higher in the room. FIXME: These door unlock heat frames could be lowered, but it depends on if the Kihunter is alive, and if Samus had to exit G-mode to get out of the tunnel. |