Ice Beam Tutorial Room: G-Mode Morph, Power Bomb Ripper Boost

Room ID: 110

Wiki
From: 2
Right Door
To: 1
Left Door

Enter the lava pool as the Ripper touches the left wall. Place a Power Bomb in the corner and boost up into the Ripper to escape. The Power Bomb timing is somewhat lenient, but incorrectly timing it will kill the Ripper and leave Samus in the lava pool.

Entrance condition:

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

Requires:

"Gravity"
"h_artificialMorphPowerBomb"
"canNeutralDamageBoost"
{
  "enemyDamage": {
    "enemy": "Ripper 2 (red)",
    "type": "contact",
    "hits": 1
  }
}
"canTrickyJump"
{
  "lavaFrames": 140
}
"h_additionalBomb"
{
  "or": [
    {
      "and": [
        {
          "notable": "Impressive Damage Boost"
        },
        "canHorizontalDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Boyon",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "lavaFrames": 25
    }
  ]
}
"h_heatedGModeOpenDifferentDoor"