Room ID: 82
|
Fight Mini-Kraid from the doorway in order to be somewhat protected from the stone projectiles, which do the most damage. Requires: {
"or": [
{
"enemyKill": {
"enemies": [
[
"Green Space Pirate (standing)",
"Green Space Pirate (standing)",
"Green Space Pirate (standing)"
]
],
"excludedWeapons": [
"Bombs"
]
}
},
{
"and": [
"h_useMorphBombs",
{
"or": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Green Space Pirate (standing)",
"type": "contact",
"hits": 1
}
}
]
}
]
}
]
}
{
"or": [
{
"enemyKill": {
"enemies": [
[
"Mini-Kraid"
]
],
"excludedWeapons": [
"PowerBeam",
"Ice",
"Bombs",
"Charge"
]
}
},
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Mini-Kraid",
"type": "stone",
"hits": 1
}
}
]
}Clears obstacles: A |