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