Room ID: 127
From: 2
Right Vertical Door
To: 2
Right Vertical Door
Requires: {
"or": [
{
"and": [
"canXRayTurnaround",
{
"obstaclesCleared": [
"B"
]
},
{
"canShineCharge": {
"usedTiles": 32,
"openEnd": 1
}
}
]
},
{
"and": [
{
"obstaclesCleared": [
"A"
]
},
{
"canShineCharge": {
"usedTiles": 21,
"gentleDownTiles": 6,
"openEnd": 0
}
}
]
}
]
}
"canChainTemporaryBlue"Exit condition: {
"leaveWithTemporaryBlue": {
"direction": "left"
}
} |