Room ID: 241
Safely kill the first pirate, then walk through the rest while taking damage or by using Plasma Beam. It is possible to get through the lower three pirates with a single hit while using i-frames to prevent a second hit. Either go below the pirates and use the camera to manipulate them to be closer together, or arm-pump or horizontal damage boost to get through them fast enough. Requires: { "or": [ "HiJump", "canWalljump", "h_canFly" ] } { "or": [ { "enemyDamage": { "enemy": "Tourian Space Pirate (all)", "type": "contact", "hits": 3 } }, { "and": [ "Plasma", "canHitbox" ] }, { "and": [ { "enemyDamage": { "enemy": "Tourian Space Pirate (all)", "type": "contact", "hits": 2 } }, { "or": [ "canCameraManip", "canHorizontalDamageBoost" ] }, "canTrickyJump" ] } ] } |