Room ID: 91
From: 1
Left Door
To: 4
Junction Above Item
If a suitable weapon is available, jump over the first pillar and kill the Sova before landing on it. Entrance condition: {
"comeInRunning": {
"speedBooster": true,
"minTiles": 5
}
}Requires: "canTrickyJump"
{
"or": [
{
"heatFrames": 190
},
{
"and": [
{
"heatFrames": 165
},
{
"or": [
"ScrewAttack",
"Wave",
"Spazer",
"Plasma",
{
"ammo": {
"type": "Missile",
"count": 1
}
},
{
"ammo": {
"type": "Super",
"count": 1
}
},
{
"and": [
"Grapple",
{
"heatFrames": 10
}
]
}
]
}
]
}
]
}Dev note: FIXME: farming the Sova would also be an option. |