Room ID: 103
|
Requires: {
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 150
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 110
}
]
},
{
"and": [
"h_crouchJumpDownGrab",
{
"heatFrames": 270
}
]
},
{
"and": [
"h_crouchJumpDownGrab",
{
"enemyKill": {
"enemies": [
[
"Multiviola"
]
],
"explicitWeapons": [
"Missile",
"Super",
"Wave",
"Plasma"
]
}
},
{
"heatFrames": 200
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 205
}
]
}
]
} |