Amphitheatre: Acidless

Room ID: 136

Wiki
From: 5
Below Left Door Junction
To: 1
Left Door

Requires:

"h_canNavigateHeatRooms"
{
  "obstaclesCleared": [
    "A"
  ]
}
{
  "or": [
    {
      "and": [
        "canConsecutiveWalljump",
        {
          "heatFrames": 300
        }
      ]
    },
    {
      "and": [
        "canConsecutiveWalljump",
        "HiJump",
        {
          "heatFrames": 240
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 600
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        "HiJump",
        {
          "heatFrames": 390
        }
      ]
    }
  ]
}