Ice Beam Tutorial Room: G-Mode Morph, Tank

Room ID: 110

Wiki
From: 2
Right Door
To: 1
Left Door

Spring Fling or IBJ across the right pit and damage boost or lava dive in the second; to Spring Fling, jump immediately before the pause triggers.

Entrance condition:

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

Requires:

{
  "or": [
    "Morph",
    {
      "and": [
        "h_canArtificialMorphSpringFling",
        "canTrickyJump"
      ]
    },
    {
      "and": [
        "h_canArtificialMorphIBJ",
        "h_canArtificialMorphBombHorizontally"
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        {
          "notable": "Impressive Damage Boost"
        },
        "canHorizontalDamageBoost",
        "canTrickyJump",
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "lavaFrames": 70
    },
    {
      "and": [
        "Gravity",
        {
          "lavaFrames": 25
        }
      ]
    }
  ]
}
"h_HeatedGModeOpenDifferentDoor"