Room ID: 142
|
Requires: {
"heatFrames": 25
}
{
"or": [
"canDash",
{
"heatFrames": 10
}
]
}
{
"or": [
{
"and": [
"canDoubleBombJump",
{
"heatFrames": 560
}
]
},
{
"and": [
"canDoubleBombJump",
"HiJump",
{
"heatFrames": 420
}
]
},
{
"and": [
{
"or": [
"f_DefeatedRidley",
{
"obstaclesCleared": [
"f_DefeatedRidley"
]
}
]
},
"canJumpIntoIBJ",
{
"or": [
"canLongIBJ",
"HiJump"
]
},
{
"heatFrames": 1000
}
]
}
]
} |