Room ID: 103
|
Requires: {
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 130
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 115
}
]
},
{
"and": [
"h_crouchJumpDownGrab",
{
"heatFrames": 150
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 155
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 180
}
]
}
]
} |