Room ID: 108
|
Freeze a Sova once it enters one of the slots on the wall and then use it as a platform. Requires: "canMidAirMorph"
"canTrickyUseFrozenEnemies"
{
"or": [
{
"heatFrames": 780
},
{
"and": [
"canFarmWhileShooting",
{
"heatFramesWithEnergyDrops": {
"frames": 680,
"drops": [
{
"enemy": "Sova",
"count": 3
}
]
}
},
{
"heatFrames": 100
}
]
}
]
} |