Cathedral: Base

Room ID: 91

Wiki
Base (Basic)
Cathedral
From: 3
Hidden Item
To: 4
Junction Above Item

Requires:

{
  "heatFrames": 200
}
{
  "or": [
    {
      "lavaFrames": 50
    },
    {
      "and": [
        "Gravity",
        {
          "lavaFrames": 40
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Geruta",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}