Ice Beam Tutorial Room: Base

Room ID: 110

Wiki
From: 2
Right Door
To: 1
Left Door

Requires:

"Morph"
{
  "heatFrames": 270
}
{
  "or": [
    {
      "lavaFrames": 70
    },
    {
      "and": [
        "Gravity",
        {
          "lavaFrames": 25
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Boyon",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "heatFrames": 30
    }
  ]
}