Room ID: 60
From: 2
Bottom Right Door
To: 3
Item
Place two Power Bombs, precisely on the third tile in the morph tunnel to overload PLMs (watch the right side of the screen). Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": true } } Requires: { "itemNotCollectedAtNode": 3 } "h_canArtificialMorphPowerBomb" "h_canArtificialMorphPowerBomb" { "or": [ "h_canArtificialMorphSpringBall", { "ammo": { "type": "PowerBomb", "count": 4 } }, { "and": [ "Morph", { "or": [ "can4HighMidAirMorph", { "ammo": { "type": "PowerBomb", "count": 2 } } ] } ] } ] } |