Room ID: 108
From: 4
Junction Below Morph Tunnel
To: 2
Middle Right Door
Smoothly jump into the morph tunnel while shooting the first Sova. Unmorph at the end of the tunnel to clear more Sovas as needed. Requires: "canMidAirMorph"
"canTrickyDodgeEnemies"
{
"or": [
"canPreciseWalljump",
"HiJump"
]
}
{
"enemyKill": {
"enemies": [
[
"Sova"
]
],
"explicitWeapons": [
"Wave",
"Spazer",
"Plasma"
]
}
}
"canFarmWhileShooting"
{
"heatFramesWithEnergyDrops": {
"frames": 100,
"drops": [
{
"enemy": "Sova",
"count": 3
}
]
}
}
{
"heatFrames": 120
} |