Ice Beam Snake Room: Blue Suit

Room ID: 108

Wiki
From: 5
Junction Above Morph Tunnel
To: 2
Middle Right Door

Requires:

{
  "haveBlueSuit": {}
}
"Morph"
{
  "or": [
    {
      "heatFrames": 200
    },
    {
      "and": [
        "canFarmWhileShooting",
        {
          "heatFramesWithEnergyDrops": {
            "frames": 175,
            "drops": [
              {
                "enemy": "Sova",
                "count": 3
              }
            ]
          }
        },
        {
          "heatFrames": 85
        }
      ]
    }
  ]
}