Lower Norfair Spring Ball Maze: Avoid Spawning Alcoon and IBJ

Room ID: 146

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

Requires:

"canIBJ"
{
  "or": [
    {
      "and": [
        "canBombHorizontally",
        {
          "heatFrames": 820
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        "canDoubleBombJump",
        {
          "heatFrames": 255
        }
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        {
          "heatFrames": 400
        }
      ]
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 25
    }
  ]
}