Room ID: 126
From: 1
Left Door
To: 2
Item
Wait for the acid to lower then quickly roll part way forward to trigger the Metarees and return. Then go again without any difficulty. With Power Bombs alone is particularly challenging. Use a Power Bomb to kill the Gamets to prevent them from respawning. Place a bomb at the edge of the runway and hit it with momentum and precise timing to get a boost to skip the first and land on the next safe platform. As quickly as possible place another and let it boost horizontally to the next platform, then another to get to the item. Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": true } } Requires: "h_canArtificialMorphBombHorizontally" { "ammo": { "type": "PowerBomb", "count": 6 } } { "or": [ "canTrickyGMode", { "acidFrames": 212 } ] } Clears obstacles: A Dev note: The requirements here are to get the item and return, as the item cannot be used during the return. It appears that there is virtually no risk in overloading PLMs - the left runway isn't close enough, and even placing two on each pillar will not overload PLMs. FIXME: Hitting the bomb with momentum needs a tech. |