Room ID: 140
|
Requires: "h_trickyFrozenEnemyRunway"
{
"heatFrames": 800
}
{
"or": [
{
"and": [
"Wave",
{
"heatFrames": 500
}
]
},
{
"and": [
"Spazer",
{
"heatFrames": 500
}
]
},
{
"and": [
"Plasma",
{
"heatFrames": 200
}
]
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 7,
"openEnd": 0
}
}Dev note: FIXME: These heatFrames can likely be tightened. |