Cathedral: Base

Room ID: 91

Wiki
Base (Basic)
Cathedral
From: 4
Junction Above Item
To: 1
Left Door

Requires:

{
  "or": [
    {
      "and": [
        {
          "or": [
            "Plasma",
            "ScrewAttack",
            "canPseudoScrew",
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            }
          ]
        },
        {
          "heatFrames": 270
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "h_usePowerBomb",
            "Ice",
            "Wave",
            "Spazer",
            {
              "ammo": {
                "type": "Missile",
                "count": 2
              }
            }
          ]
        },
        {
          "heatFrames": 300
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            "canDodgeWhileShooting",
            {
              "enemyDamage": {
                "enemy": "Geruta",
                "type": "contact",
                "hits": 1
              }
            }
          ]
        },
        {
          "heatFrames": 390
        }
      ]
    }
  ]
}

Unlocks doors:

{"types":["powerbomb"],"requires":[{"heatFrames":50}]}

Dev note: FIXME: Powerbomb kill would also unlock the door.