Ice Beam Tutorial Room: Ice

Room ID: 110

Wiki
From: 2
Right Door
To: 1
Left Door

An ice shot can shoot through the wall below the Morph tunnel and can freeze the Boyon even without Wave.

Requires:

{
  "or": [
    "canTrivialMidAirMorph",
    "h_canUseSpringBall",
    {
      "and": [
        "h_canBombThings",
        {
          "heatFrames": 80
        }
      ]
    }
  ]
}
{
  "or": [
    "canTrickyUseFrozenEnemies",
    {
      "and": [
        "canUseFrozenEnemies",
        "Wave"
      ]
    }
  ]
}
{
  "heatFrames": 300
}