Room ID: 82
|
Requires: {
"resetRoom": {
"nodes": [
1,
2
]
}
}
{
"or": [
"ScrewAttack",
{
"ammo": {
"type": "Super",
"count": 1
}
},
"Plasma",
{
"and": [
{
"or": [
"Ice",
"Wave",
"Spazer",
"h_getBlueSpeedMaxRunway"
]
},
{
"or": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Mini-Kraid",
"type": "stone",
"hits": 1
}
}
]
}
]
}
]
}
{
"refill": [
"Energy",
"Missile",
"Super"
]
}Clears obstacles: A Dev note: These two farms are combined, to allow an option of using using Supers farmed from Mini-Kraid to kill the Pirates. FIXME: convert this to use farmCycleDrops. |