Room ID: 170
|
Entrance condition: {
"comeInShinecharged": {},
"comesThroughToilet": "no"
}Requires: {
"or": [
"f_MaridiaTubeBroken",
{
"obstaclesCleared": [
"f_MaridiaTubeBroken"
]
}
]
}
"canShinechargeMovementComplex"
{
"or": [
{
"and": [
"Gravity",
{
"shineChargeFrames": 85
}
]
},
{
"shineChargeFrames": 90
}
]
}Exit condition: {
"leaveShinecharged": {}
}Dev note: FIXME: Passing through the Toilet is possible but tricky and may have certain momentum requirements, in addition to probably needing a down-back or turnaround. |