Amphitheatre: Base

Room ID: 136

Wiki
From: 3
Bottom Platform Junction
To: 4
Center Floating Platforms Junction

Requires:

{
  "obstaclesCleared": [
    "A"
  ]
}
{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 420
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 360
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 420
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        "canCarefulJump",
        {
          "heatFrames": 520
        }
      ]
    }
  ]
}