Room ID: 241
|
Run from or Roll under the pirate lasers. The Pirates will also not shoot if they come on screen while Samus is crouched. Requires: {
"or": [
{
"and": [
"canDodgeWhileShooting",
"canCameraManip",
{
"or": [
"Plasma",
{
"and": [
"h_hasBeamUpgrade",
"canBePatient"
]
},
"canBeVeryPatient"
]
}
]
},
{
"and": [
{
"or": [
"canBePatient",
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "contact",
"hits": 1
}
}
]
},
{
"or": [
"Morph",
"canTurnaroundAimCancel",
"canXRayTurnaround"
]
}
]
}
]
}Clears obstacles: A Dev note: Technically it's not possible to kill the bottom Pirates while staying at node 2 (not dropping down); but if we're not going down, then it doesn't matter that the bottom ones aren't killed. |