Lower Norfair Spring Ball Maze: Base

Room ID: 146

Wiki
From: 7
Junction By Lower Alcoons (Left of Spike Pits)
To: 1
Left Door

Requires:

{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 140
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 170
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 170
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 180
        }
      ]
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 20
    }
  ]
}

Unlocks doors:

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