Freeze both Zebs in order to significantly extend the length of the runway. Requires a pixel-perfect freeze in order to run onto and off of the frozen Zebs.
|
Freeze both Zebs in order to significantly extend the length of the runway. Requires a pixel-perfect freeze in order to run onto and off of the frozen Zebs. Requires: {
"notable": "Double Frozen Zeb Runway"
}
"h_trickyFrozenEnemyRunway"Exit condition: {
"leaveWithRunway": {
"length": 20,
"openEnd": 1
}
} |
From: 1
Right Door
To: 1
Right Door
Freeze the two Zebs to create a runway to shinecharge with. Pixel perfect freezing of both Zebs provides the longest runway, but a slightly higher position of the second Zeb is still usable. Entrance condition: {
"comeInWithRMode": {}
}Requires: "h_trickyFrozenEnemyRunway"
{
"or": [
{
"canShineCharge": {
"usedTiles": 15,
"openEnd": 1
}
},
{
"and": [
{
"canShineCharge": {
"usedTiles": 19,
"openEnd": 1
}
},
{
"notable": "Double Frozen Zeb Runway"
}
]
}
]
}
{
"refill": [
"Energy"
]
}
{
"autoReserveTrigger": {
"maxReserveEnergy": 95
}
}
"canRModeSparkInterrupt" |