Room ID: 91
|
Requires: {
"or": [
{
"and": [
{
"or": [
"Plasma",
"ScrewAttack",
"canPseudoScrew",
{
"ammo": {
"type": "Super",
"count": 1
}
}
]
},
{
"heatFrames": 270
}
]
},
{
"and": [
{
"or": [
"h_usePowerBomb",
"Ice",
"Wave",
"Spazer",
{
"ammo": {
"type": "Missile",
"count": 2
}
}
]
},
{
"heatFrames": 300
}
]
},
{
"and": [
{
"or": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Geruta",
"type": "contact",
"hits": 1
}
}
]
},
{
"heatFrames": 390
}
]
}
]
}Unlocks doors: {"types":["powerbomb"],"requires":[{"heatFrames":50}]}Dev note: FIXME: Powerbomb kill would also unlock the door. |