Cathedral Entrance: Move Assist Leave with Runway

Room ID: 90

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

Requires:

{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 50
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 105
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 5,
    "openEnd": 0
  }
}