Room ID: 151
|
Requires: {
"or": [
{
"and": [
"HiJump",
{
"heatFrames": 45
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 80
}
]
},
{
"and": [
"canWalljump",
{
"heatFrames": 50
}
]
},
{
"and": [
"h_crouchJumpDownGrab",
{
"heatFrames": 65
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 80
}
]
},
{
"and": [
"canIBJ",
{
"heatFrames": 520
}
]
},
{
"and": [
"canJumpIntoIBJ",
{
"heatFrames": 160
}
]
}
]
} |