Ice Beam Tutorial Room: G-Mode

Room ID: 110

Wiki
From: 1
Left Door
To: 2
Right Door

To save Energy, it is possible to kill to the Ripper at the far right, stand over where the drop will spawn and pause abuse to grab its Energy drop on G-mode exit. With a Power Bomb, place on the right edge when the Ripper is about to hit the left edge. It is also possible to kill it with Screw Attack and a precise wall jump.

Entrance condition:

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

Requires:

"Morph"
{
  "or": [
    "SpaceJump",
    "canTrivialUseFrozenEnemies",
    {
      "and": [
        "canLateralMidAirMorph",
        "canTrickyJump"
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "lavaFrames": 24
        }
      ]
    }
  ]
}
{
  "or": [
    "h_heatedGModeOpenDifferentDoor",
    {
      "and": [
        "h_heatedGModePauseAbuse",
        {
          "or": [
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            },
            "h_usePowerBomb",
            {
              "and": [
                "ScrewAttack",
                {
                  "or": [
                    "h_lavaProof",
                    "SpaceJump",
                    "canWallJump"
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}