Room ID: 135
From: 5
Junction Below Top Pirate
To: 3
Top Right Door
Requires: {
"or": [
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
],
"explicitWeapons": [
"ScrewAttack",
"Charge+Ice+Wave+Plasma"
]
}
},
{
"heatFrames": 180
}
]
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
],
"explicitWeapons": [
"Missile",
"Charge+Plasma"
]
}
},
{
"heatFrames": 280
}
]
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
],
"explicitWeapons": [
"Super"
]
}
},
{
"heatFrames": 210
}
]
}
]
} |