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_canArtificialMorphMovement",
        "h_lavaProof"
      ]
    },
    {
      "and": [
        "Morph",
        "canTrickyUseFrozenEnemies"
      ]
    },
    {
      "and": [
        "h_canArtificialMorphIBJ",
        "h_canArtificialMorphBombHorizontally",
        "canTrickyUseFrozenEnemies"
      ]
    },
    {
      "and": [
        "canInsaneJump",
        {
          "or": [
            "h_canArtificialMorphHBJ",
            "h_canArtificialMorphDiagonalBombJump"
          ]
        }
      ]
    }
  ]
}
"h_HeatedGModeOpenDifferentDoor"