Bat Cave: Base

Room ID: 100

Wiki
Base (Basic)
Bat Cave
From: 2
Top Right Door
To: 1
Bottom Left Door

Requires:

{
  "or": [
    {
      "heatFrames": 230
    },
    {
      "and": [
        "canHorizontalDamageBoost",
        {
          "heatFrames": 160
        },
        {
          "enemyDamage": {
            "enemy": "Skree",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}