Room ID: 108
From: 4
Junction Below Morph Tunnel
To: 2
Middle Right Door
Smoothly jump into the morph tunnel while killing the Sovas. Unmorph at the end of the tunnel to clear more Sovas is needed. Requires: "canMidAirMorph"
"canTrickyJump"
{
"or": [
"canPreciseWalljump",
"HiJump"
]
}
{
"or": [
{
"enemyKill": {
"enemies": [
[
"Sova"
]
],
"explicitWeapons": [
"Wave",
"Spazer",
"Plasma",
"PowerBomb"
]
}
},
{
"enemyDamage": {
"enemy": "Sova",
"type": "contact",
"hits": 1
}
}
]
}
{
"heatFrames": 230
} |