Cathedral: G-Mode Setup - Get Hit By Sova

Room ID: 91

Wiki
From: 2
Right Door
To: 2
Right Door

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.