Room ID: 91
|
Jump on entry, as the Sova is not global and barely off screen. It is possible to use a Super to speed it up. Entrance condition: {
"comeInNormally": {}
}Requires: {
"or": [
{
"heatFrames": 425
},
{
"and": [
{
"ammo": {
"type": "Super",
"count": 1
}
},
{
"heatFrames": 160
}
]
}
]
}Exit condition: {
"leaveWithGModeSetup": {}
}Unlocks doors: {"types":["missiles","super"],"requires":[]}
{"types":["powerbomb"],"requires":["never"]}Dev note: Generally, coming from the left works, but that would require modeling the room traversal too. |