Room ID: 146
From: 3
Bottom Horizontal Door
To: 3
Bottom Horizontal Door
Clear the Alcoon then bounce into the spike patch. Requires: "h_canShineChargeMaxRunway" "canXMode" "h_XModeSpikeHit" "h_XModeSpikeHit" { "or": [ { "and": [ { "enemyKill": { "enemies": [ [ "Alcoon" ] ], "explicitWeapons": [ "Plasma", "Wave+Spazer", "ScrewAttack", "Missile", "Super" ] } }, { "heatFrames": 420 } ] }, { "and": [ { "enemyKill": { "enemies": [ [ "Alcoon" ] ], "explicitWeapons": [ "Spazer", "Wave", "PseudoScrew", "PowerBomb" ] } }, { "heatFrames": 530 } ] }, { "and": [ { "enemyKill": { "enemies": [ [ "Alcoon" ] ], "explicitWeapons": [ "PowerBeam" ] } }, { "heatFrames": 620 } ] } ] } Exit condition: { "leaveShinecharged": { "framesRemaining": 90 } } |