Room ID: 76
|
Requires: {
"or": [
"canTrickyJump",
"Ice",
{
"obstaclesCleared": [
"A"
]
},
{
"and": [
"canCarefulJump",
"h_useSpringBall"
]
},
"can4HighMidAirMorph",
{
"and": [
"SpaceJump",
"canCarefulJump"
]
},
{
"and": [
"SpaceJump",
"ScrewAttack"
]
},
{
"and": [
"ScrewAttack",
"canCarefulJump"
]
}
]
} |