Amphitheatre: Base

Room ID: 136

Wiki
Base (Basic)
Amphitheatre
From: 3
Bottom Platform Junction
To: 4
Center Floating Platforms Junction

Requires:

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