Cathedral: G-Mode, To the Item

Room ID: 91

Wiki
From: 2
Right Door
To: 3
Hidden Item

Exit G-mode then air ball into the lava to take fewer heat frames. Kill the Gerutas beforehand to make it easier to escape.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  }
}

Requires:

"h_heatedGMode"
{
  "or": [
    {
      "and": [
        "canLateralMidAirMorph",
        {
          "heatFrames": 60
        },
        {
          "lavaFrames": 20
        }
      ]
    },
    {
      "and": [
        "Morph",
        {
          "lavaFrames": 80
        },
        {
          "heatFrames": 20
        }
      ]
    }
  ]
}

Dev note: The option without canLateralMidAirMorph is for conserving a blue suit.