Spiky Platforms Tunnel: Double Lava Bath

Room ID: 117

Wiki
From: 1
Left Door
To: 2
Right 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": 750
}
{
  "lavaFrames": 120
}
{
  "or": [
    "canWalljump",
    {
      "and": [
        {
          "or": [
            "canCrouchJump",
            "canDownGrab"
          ]
        },
        {
          "heatFrames": 110
        },
        {
          "lavaFrames": 20
        }
      ]
    }
  ]
}