Cathedral Entrance: Sova and Sm. Dessgeega Farm

Room ID: 90

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

Requires:

"h_heatProof"
{
  "or": [
    {
      "and": [
        {
          "resetRoom": {
            "nodes": [
              1
            ],
            "mustStayPut": false
          }
        },
        {
          "or": [
            "canWalljump",
            "SpaceJump",
            "h_canUseSpringBall"
          ]
        }
      ]
    },
    {
      "and": [
        {
          "resetRoom": {
            "nodes": [
              2
            ],
            "mustStayPut": false
          }
        },
        {
          "or": [
            "HiJump",
            "SpaceJump"
          ]
        }
      ]
    }
  ]
}
{
  "refill": [
    "Energy",
    "Missile",
    "Super",
    "PowerBomb"
  ]
}