Room ID: 146
From: 3
Bottom Horizontal Door
To: 7
Junction By Lower Alcoons (Left of Spike Pits)
Requires: "h_navigateHeatRooms"
"canDodgeWhileShooting"
{
"or": [
{
"enemyKill": {
"enemies": [
[
"Alcoon"
]
],
"explicitWeapons": [
"Missile",
"Super",
"Wave+Plasma"
]
}
},
{
"and": [
"canPrepareForNextRoom",
"Charge",
"Wave",
"Spazer"
]
},
{
"and": [
"canPseudoScrew",
{
"heatFrames": 30
}
]
}
]
}
{
"or": [
"canCarefulJump",
{
"heatFrames": 10
}
]
}
{
"heatFrames": 100
} |