Acid Statue Room: Tank the Damage

Room ID: 149

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

Wait for the first Holtz before trying to cross.

Requires:

"canDash"
{
  "enemyDamage": {
    "enemy": "Holtz",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "canCarefulJump",
    {
      "and": [
        "Gravity",
        {
          "enemyDamage": {
            "enemy": "Holtz",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "acidFrames": 60
        }
      ]
    }
  ]
}
{
  "heatFrames": 375
}