Room ID: 242
|
Requires: {
"obstaclesNotCleared": [
"A"
]
}
{
"or": [
"canCarefulJump",
"ScrewAttack",
"Morph",
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "contact",
"hits": 1
}
}
]
}
{
"or": [
"canDodgeWhileShooting",
"Morph",
{
"enemyKill": {
"enemies": [
[
"Tourian Space Pirate (all)",
"Tourian Space Pirate (all)"
]
],
"explicitWeapons": [
"Plasma",
"ScrewAttack",
"Missile",
"Super"
]
}
},
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "laser",
"hits": 8
}
},
{
"and": [
"Ice",
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "laser",
"hits": 6
}
}
]
},
{
"and": [
{
"or": [
"Wave",
"Spazer"
]
},
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "laser",
"hits": 3
}
}
]
},
{
"and": [
"Wave",
"Spazer",
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "laser",
"hits": 2
}
}
]
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 26,
"openEnd": 1
}
} |