Ice Beam Snake Room: Sova Freeze

Room ID: 108

Wiki
From: 4
Junction Below Morph Tunnel
To: 2
Middle Right Door

Freeze a Sova once it enters one of the slots on the wall and then use it as a platform.

Requires:

"canMidAirMorph"
"canTrickyUseFrozenEnemies"
{
  "or": [
    {
      "heatFrames": 780
    },
    {
      "and": [
        "canFarmWhileShooting",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 680,
            "drops": [
              {
                "enemy": "Sova",
                "count": 3
              }
            ]
          }
        },
        {
          "heatFrames": 100
        }
      ]
    }
  ]
}