Room ID: 23
From: 1
Right Door
To: 2
Elevator
Requires: {
"or": [
{
"canShineCharge": {
"usedTiles": 13,
"openEnd": 0
}
},
{
"and": [
{
"doorUnlockedAtNode": 1
},
{
"canShineCharge": {
"usedTiles": 14,
"openEnd": 0
}
}
]
}
]
}
{
"shineChargeFrames": 50
}Exit condition: {
"leaveShinecharged": {}
} |