Acid Statue Room: Gravity Acid Dive

Room ID: 149

Wiki
From: 1
Top Right Door
To: 3
Acid Chozo Statue

Requires:

"canSuitlessLavaDive"
"Gravity"
{
  "or": [
    "canDash",
    {
      "and": [
        {
          "acidFrames": 70
        },
        {
          "heatFrames": 100
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        {
          "disableEquipment": "HiJump"
        },
        "HiJump",
        {
          "acidFrames": 75
        },
        {
          "heatFrames": 230
        }
      ]
    },
    {
      "and": [
        "canWalljump",
        {
          "acidFrames": 90
        },
        {
          "heatFrames": 245
        }
      ]
    },
    {
      "and": [
        "canSpringBallJumpMidAir",
        {
          "acidFrames": 75
        },
        {
          "heatFrames": 230
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        {
          "heatFrames": 190
        },
        {
          "acidFrames": 40
        },
        {
          "gravitylessAcidFrames": 35
        },
        {
          "gravitylessHeatFrames": 45
        }
      ]
    }
  ]
}

Dev note: FIXME: An IBJ option can be added back here.