Ice Beam Tutorial Room: G-Mode Morph, Damageless

Room ID: 110

Wiki
From: 2
Right Door
To: 1
Left Door

Getting across the lava while artificially morphed requires an HBJ or Bomb boosting out and freezing a Boyon below.

Entrance condition:

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

Requires:

{
  "or": [
    {
      "and": [
        "h_artificialMorphMovement",
        "h_lavaProof"
      ]
    },
    {
      "and": [
        "Morph",
        "canTrickyUseFrozenEnemies"
      ]
    },
    {
      "and": [
        "h_artificialMorphIBJ",
        "h_artificialMorphBombHorizontally",
        "canTrickyUseFrozenEnemies"
      ]
    },
    {
      "and": [
        "canInsaneJump",
        {
          "or": [
            "h_artificialMorphHBJ",
            "h_artificialMorphDiagonalBombJump"
          ]
        }
      ]
    }
  ]
}
"h_heatedGModeOpenDifferentDoor"

Dev note: FIXME: It is also possible with a rolling speed bomb boost down back.