Room ID: 91
|
Cross the room while killing Sovas and a Geruta and then jumping through their drops. Killing a Geruta with a PowerBomb will leave 2 drops. Requires: "canFarmWhileShooting"
"canTrickyJump"
{
"or": [
"h_usePowerBomb",
"Spazer",
"Plasma",
"Wave"
]
}
{
"resourceMissingAtMost": [
{
"type": "Missile",
"count": 0
},
{
"type": "Super",
"count": 0
}
]
}
{
"heatFramesWithEnergyDrops": {
"frames": 240,
"drops": [
{
"enemy": "Geruta",
"count": 1
},
{
"enemy": "Sova",
"count": 1
}
]
}
}
{
"heatFrames": 160
}Dev note: The PowerBomb farm treats a Geruta drop as similar to a Sova drop. |