Room ID: 220
|
Jump from door platform to door platform while avoiding the sand. Requires: {
"or": [
{
"and": [
"Gravity",
{
"or": [
"SpaceJump",
"Grapple",
{
"noBlueSuit": {}
}
]
}
]
},
{
"and": [
{
"disableEquipment": "Gravity"
},
"canSuitlessMaridia"
]
}
]
} |