Room ID: 186
From: 1
Left Door
To: 4
Right Door
Requires: "canSuitlessMaridia"
"HiJump"
{
"or": [
"h_useSpringBall",
"canPlayInSand"
]
}
{
"obstaclesCleared": [
"A"
]
}Dev note: Gravity can run across the sand with speed again. FIXME: This is possible without HiJump by breaking spin before landing, then quickly jumping again. Useful in other places as well, like Aqueduct. |