Room ID: 91
|
Requires: "Morph"
{
"heatFrames": 210
}
{
"or": [
{
"enemyKill": {
"enemies": [
[
"Geruta"
]
],
"explicitWeapons": [
"Super",
"Missile",
"PowerBomb",
"ScrewAttack",
"Plasma",
"Spazer",
"Wave",
"PseudoScrew"
]
}
},
{
"and": [
"canDodgeWhileShooting",
{
"heatFrames": 100
}
]
},
{
"and": [
{
"enemyDamage": {
"enemy": "Geruta",
"type": "contact",
"hits": 1
}
},
{
"heatFrames": 200
}
]
}
]
}
{
"or": [
{
"and": [
"canInsaneJump",
{
"lavaFrames": 20
}
]
},
{
"and": [
{
"lavaFrames": 70
},
{
"heatFrames": 50
}
]
},
{
"and": [
"Gravity",
{
"lavaFrames": 40
},
{
"heatFrames": 20
}
]
}
]
} |