Cathedral Entrance: Up from Below

Room ID: 90

Wiki
From: 3
Bottom Left Junction
To: 1
Left Door

Requires:

{
  "or": [
    {
      "and": [
        "canPreciseWalljump",
        {
          "heatFrames": 150
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 210
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "heatFrames": 180
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "SpeedBooster",
        "canCarefulJump",
        {
          "heatFrames": 100
        }
      ]
    }
  ]
}
{
  "or": [
    "canHeroShot",
    {
      "heatFrames": 100
    }
  ]
}