Room ID: 90
|
Requires: {
"or": [
{
"and": [
"canPreciseWalljump",
{
"heatFrames": 150
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 210
}
]
},
{
"and": [
"HiJump",
"canWalljump",
{
"heatFrames": 180
}
]
},
{
"and": [
"HiJump",
"SpeedBooster",
"canCarefulJump",
{
"heatFrames": 100
}
]
}
]
}
{
"or": [
"canHeroShot",
{
"heatFrames": 100
}
]
} |