Room ID: 100
|
Requires: {
"haveBlueSuit": {}
}
{
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 210
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 210
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 190
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 230
}
]
}
]
} |