Lower Norfair Spring Ball Maze: Base

Room ID: 146

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

Requires:

{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 120
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 150
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 150
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 160
        }
      ]
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 25
    }
  ]
}