Fast Ripper Room: Indirect G-Mode Morph, Despawn Gate

Room ID: 153

Wiki
From: 2
Right Door
To: 1
Left Door

Despawn the gate in indirect G-mode then cross the room by either rolling under the Rippers then unmorphing and dodging them while while crossing the room, or place a Power Bomb to kill all or most of them and cross the room. It is possible to kill a Ripper near the left door and pause abuse to collect its drop on G-mode exit.

Entrance condition:

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

Requires:

{
  "or": [
    "canInsaneJump",
    "h_canArtificialMorphPowerBomb"
  ]
}
{
  "or": [
    "h_HeatedGModeOpenDifferentDoor",
    {
      "and": [
        "h_heatedGModePauseAbuse",
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        }
      ]
    }
  ]
}