Room ID: 81
From: 3
Top Right Door
To: 3
Top Right Door
Gain temporary blue by running left to right. Spring ball bounce through the tunnel. Then continue chaining temporary blue through the door. Requires: {
"obstaclesCleared": [
"B",
"C"
]
}
{
"or": [
{
"and": [
{
"obstaclesCleared": [
"D"
]
},
{
"canShineCharge": {
"usedTiles": 17,
"openEnd": 1
}
}
]
},
{
"and": [
{
"obstaclesNotCleared": [
"D"
]
},
{
"canShineCharge": {
"usedTiles": 31,
"openEnd": 1
}
}
]
}
]
}
"canChainTemporaryBlue"
"canSpringBallBounce"Exit condition: {
"leaveWithTemporaryBlue": {}
} |