Lava Grapple Tunnel: Tank the Damage with Gravity

Room ID: 112

Wiki
From: 2
Right Door
To: 1
Left Door

Speedbooster significantly reduces your jump speed in lava and should be turned off.

Requires:

"Gravity"
{
  "disableEquipment": "SpeedBooster"
}
{
  "heatFrames": 330
}
{
  "lavaFrames": 90
}
{
  "spikeHits": 2
}
{
  "or": [
    "canUseIFrames",
    {
      "and": [
        {
          "spikeHits": 2
        },
        {
          "heatFrames": 50
        }
      ]
    }
  ]
}
{
  "or": [
    "canHorizontalDamageBoost",
    {
      "and": [
        {
          "heatFrames": 20
        },
        {
          "lavaFrames": 20
        }
      ]
    }
  ]
}