Cathedral: Base

Room ID: 91

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

Requires:

"Morph"
{
  "heatFrames": 210
}
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Geruta"
          ]
        ],
        "explicitWeapons": [
          "Super",
          "Missile",
          "PowerBomb",
          "ScrewAttack",
          "Plasma",
          "Spazer",
          "Wave",
          "PseudoScrew"
        ]
      }
    },
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Geruta",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "heatFrames": 200
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "canInsaneJump",
        {
          "lavaFrames": 20
        }
      ]
    },
    {
      "and": [
        {
          "lavaFrames": 70
        },
        {
          "heatFrames": 50
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "lavaFrames": 40
        },
        {
          "heatFrames": 20
        }
      ]
    }
  ]
}