Room ID: 103
From: 6
Left Shaft - Top Junction
To: 4
Left Shaft - Top Right Door
Requires: {
"or": [
{
"heatFrames": 115
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Alcoon"
]
],
"explicitWeapons": [
"ScrewAttack",
"Missile",
"Super",
"Wave+Plasma"
]
}
},
{
"heatFrames": 110
}
]
},
{
"and": [
"h_PlasmaHitbox",
{
"heatFrames": 110
}
]
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 4,
"openEnd": 1
}
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":20}]}
{"types":["super"],"requires":[]}
{"types":["powerbomb"],"requires":[{"heatFrames":20}]} |