Room ID: 150
|
Requires: {
"or": [
"f_DefeatedGoldenTorizo",
{
"obstaclesCleared": [
"f_DefeatedGoldenTorizo"
]
}
]
}
{
"haveBlueSuit": {}
}
{
"or": [
{
"and": [
"canJumpIntoIBJ",
{
"heatFrames": 690
}
]
},
{
"and": [
"HiJump",
"canJumpIntoIBJ",
{
"heatFrames": 500
}
]
},
{
"and": [
"canJumpIntoIBJ",
"canDoubleBombJump",
{
"heatFrames": 450
}
]
},
{
"and": [
"HiJump",
"canJumpIntoIBJ",
"canDoubleBombJump",
{
"heatFrames": 315
}
]
}
]
} |