Room ID: 133
|
X-Ray climb up the left wall in order to jump to the center platform. Quickly kill the pirates before beginning the X-Ray climb. Climb to just above the door shell and do a turnaround spinjump to reach the platform. Entrance condition: {
"comeInWithDoorStuckSetup": {}
}Requires: "canXRayClimb"
{
"enemyDamage": {
"enemy": "Yellow Space Pirate (standing)",
"type": "laser",
"hits": 1
}
}
{
"or": [
{
"and": [
"canTrickyDodgeEnemies",
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)",
"Yellow Space Pirate (wall)"
]
],
"explicitWeapons": [
"Super",
"Charge+Plasma"
]
}
}
]
},
{
"and": [
{
"enemyDamage": {
"enemy": "Yellow Space Pirate (wall)",
"type": "contact",
"hits": 1
}
},
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)",
"Yellow Space Pirate (wall)"
]
],
"explicitWeapons": [
"Missile",
"Super",
"Charge+Plasma"
]
}
}
]
}
]
}
{
"heatFrames": 1260
}Dev note: FIXME: other weapons could work for killing the Pirates, with more damage taken. |