Room ID: 135
From: 3
Top Right Door
To: 5
Junction Below Top Pirate
Requires: "canDash"
{
"or": [
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
],
"explicitWeapons": [
"ScrewAttack"
]
}
},
{
"heatFrames": 100
}
]
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Yellow Space Pirate (standing)"
]
],
"explicitWeapons": [
"Super"
]
}
},
{
"heatFrames": 150
}
]
},
{
"and": [
"Charge",
"Plasma",
"Wave",
{
"heatFrames": 200
}
]
}
]
} |