Cathedral Entrance: Base

Room ID: 90

Wiki
From: 5
Bottom Right Junction
To: 2
Right Door

Requires:

{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 110
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 150
        }
      ]
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 10
    }
  ]
}