Room ID: 150
From: 2
Right Door
To: 7
G-Mode Junction (Bottom of Room)
Start the fight with 31 Missiles or fewer in order to prevent GT from using its laser attack, which will enable Samus to stand next to it. Having GT start with his Chozo Ball attack also will make it so there are drops which can be collected at the end of the fight, otherwise they will have been overloaded. With more than 31 Missiles, Samus will have a 2 pixel window in which she must quickly get into to prevent touching GT or his lasers. If GT starts with his laser attack, be sure to carefully jump over them before doing something else in the room. Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": false } } Requires: { "notable": "Safe Spot Kill" } { "or": [ { "resourceAtMost": [ { "type": "Missile", "count": 31 } ] }, "canInsaneJump" ] } { "or": [ { "ammo": { "type": "Super", "count": 30 } }, { "and": [ "Charge", { "or": [ "canBeVeryPatient", { "and": [ "canBePatient", "Wave" ] }, { "and": [ "canBePatient", "Spazer" ] }, "Plasma", { "and": [ "canBePatient", { "ammo": { "type": "Super", "count": 15 } } ] } ] } ] } ] } { "heatFrames": 0 } Clears obstacles: f_DefeatedGoldenTorizo, door_2 Dev note: This exists because Samus can kill GT and stay in G-mode to then do something else in the room. |