Green Bubbles Missile Room: G-Mode, Raise the Elevator

Room ID: 98

Wiki
From: 2
Right Door
To: 1
Left Door

Raise the elevator with Wave, Missiles, a Super, a Power Bomb, or a Bomb Spread to then cross the room with less heat damage.

Entrance condition:

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

Requires:

"h_heatedGMode"
"Morph"
{
  "or": [
    "Wave",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "ammo": {
        "type": "Missile",
        "count": 3
      }
    },
    "h_canUsePowerBombs",
    {
      "and": [
        "Charge",
        "h_canUseMorphBombs"
      ]
    },
    {
      "and": [
        "h_lavaProof",
        "ScrewAttack",
        "canKago"
      ]
    }
  ]
}
{
  "heatFrames": 160
}