Spiky Platforms Tunnel: Double Lava Bath

Room ID: 117

Wiki
From: 2
Right Door
To: 1
Left Door

Spin-jump across both sets of lava, trying to minimize the time spent in lava. To get onto the first pillar, either use a wall jump off the pillar, or use the Tripper briefly as a platform by crouch jumping or down grabbing onto it.

Requires:

"canSuitlessLavaDive"
{
  "heatFrames": 700
}
{
  "lavaFrames": 130
}
{
  "or": [
    "canWalljump",
    {
      "and": [
        {
          "or": [
            "canCrouchJump",
            "canDownGrab"
          ]
        },
        {
          "heatFrames": 220
        },
        {
          "lavaFrames": 70
        }
      ]
    }
  ]
}