Ice Beam Tutorial Room: Suitless Tank the Damage

Room ID: 110

Wiki
From: 1
Left Door
To: 2
Right Door

Requires:

"canMidAirMorph"
"canWalljump"
{
  "or": [
    {
      "and": [
        "canDash",
        "canUseIFrames",
        {
          "heatFrames": 330
        },
        {
          "lavaFrames": 50
        },
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        {
          "haveBlueSuit": {}
        },
        {
          "heatFrames": 370
        },
        {
          "lavaFrames": 50
        }
      ]
    }
  ]
}