Room ID: 108
From: 4
Junction Below Morph Tunnel
To: 3
Bottom Right Door
Requires: "Morph"
{
"or": [
{
"and": [
{
"ammo": {
"type": "Super",
"count": 1
}
},
{
"heatFrames": 145
}
]
},
{
"and": [
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
},
{
"heatFrames": 180
}
]
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 13,
"openEnd": 0
}
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":50}]}
{"types":["super"],"requires":[]}
{"types":["powerbomb"],"requires":[]}Dev note: FIXME: unlocksDoors: powerbomb would not have an ammo cost as one is used as part of the strat. |