Room ID: 92
From: 2
Right Door
To: 2
Right Door
Requires: "h_heatedRemoteRunwaySpaceJump"
{
"heatFrames": 540
}
{
"or": [
"canTrickyDodgeEnemies",
{
"and": [
{
"heatFrames": 100
},
{
"enemyKill": {
"enemies": [
[
"Dragon"
],
[
"Dragon"
]
],
"excludedWeapons": [
"Bombs"
]
}
}
]
}
]
}Exit condition: {
"leaveWithSpringBallBounce": {
"remoteRunway": {
"length": 5,
"openEnd": 2
},
"landingRunway": {
"length": 4,
"openEnd": 1
},
"minExtraRunSpeed": "$1.A",
"movementType": "uncontrolled"
}
}Dev note: FIXME: a 1 -> 2 version of this could be added, to save heat frames. |