Amphitheatre: Amphitheatre Acid Wall Climb without Gravity

Room ID: 136

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

Notable: true

It is possible to walljump in acid without Gravity Suit.

Requires:

"h_canNavigateHeatRooms"
"canConsecutiveWalljump"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 280
        },
        {
          "acidFrames": 280
        }
      ]
    },
    {
      "and": [
        {
          "heatFrames": 400
        },
        {
          "acidFrames": 400
        }
      ]
    }
  ]
}