Acid Statue Room: Kill Holtzes (Slow Weapon)

Room ID: 149

Wiki
From: 2
Bottom Right Door
To: 5
Bottom Junction Right of Morph Tunnel

Requires:

"canTrickyDodgeEnemies"
{
  "or": [
    {
      "and": [
        "Spazer",
        "Wave",
        {
          "heatFrames": 1280
        }
      ]
    },
    {
      "and": [
        "Spazer",
        {
          "heatFrames": 2060
        }
      ]
    },
    {
      "and": [
        "Wave",
        {
          "heatFrames": 1640
        }
      ]
    },
    {
      "and": [
        "Ice",
        {
          "heatFrames": 1560
        }
      ]
    },
    {
      "and": [
        "Morph",
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 10
          }
        },
        {
          "heatFrames": 2160
        }
      ]
    }
  ]
}

Clears obstacles: A

Dev note: FIXME: This could probably be done with just Power Beam, but dodging the Holtzes becomes very tricky.