Room ID: 120
From: 7
G-Mode Morph Junction (Bottom Right, Started at Right)
To: 2
Far Left Door
The crumble bridge will be air. Either tank a spike hit, carefully Space Jump over it, or with SpeedBooster, use the full runway to run over the pit. Note that there is a slight incline just before the bridge, which can be used as an indicator for where to Space Jump. Requires: {
"or": [
{
"and": [
"canTrickyJump",
"SpaceJump"
]
},
"SpeedBooster",
{
"spikeHits": 1
}
]
}
"h_heatedGModeOffCameraDoor"Exit condition: {
"leaveNormally": {}
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":50}]}
{"types":["super"],"requires":[]}
{"types":["powerbomb"],"requires":[{"heatFrames":110}]}Dev note: Requires leaving the room, as Samus is off camera and shouldn't be expected to do more in-room. |