Room ID: 57
|
Spore Spawn's pollen does not drop Supers. The fight requires 4 Supers, where many misses could lead to a softlock. Requires: {
"or": [
"canDodgeWhileShooting",
{
"resourceCapacity": [
{
"type": "Missile",
"count": 1
}
]
},
{
"ammo": {
"type": "Super",
"count": 2
}
}
]
}
{
"ammo": {
"type": "Super",
"count": 4
}
}Clears obstacles: f_DefeatedSporeSpawn Sets flags: f_DefeatedSporeSpawn |