Ice Beam Gate Room: G-Mode Setup - Get Hit By Sova

Room ID: 106

Wiki
From: 2
Middle Left Door
To: 2
Middle Left Door

Release the ceiling Sova while being careful not to kill it if using Power Bombs. The Sova takes 90 seconds to get to the door if the Power Bomb blocks are broken and 45 seconds if they are not. Using a Super when the Sova is exiting the ceiling takes only 12 seconds.

Requires:

{
  "obstaclesCleared": [
    "A"
  ]
}
{
  "obstaclesCleared": [
    "B"
  ]
}
{
  "or": [
    "canBePatient",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "obstaclesNotCleared": [
        "C"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}