Plowerhouse Room: G-Mode

Room ID: 140

Wiki
From: 1
Left Door
To: 2
Right Door

Kill or dodge the Holtz while crossing the room. With Plasma and Wave or Ice, it is possible to quickly kill the Holtz while at the left door. Otherwise, jump immediately on entry while Samus still has i-frames to get to the left of the first Zebbo and kill it. Carefully cross the room while killing the Holtz without luring them, or dodge them. It is possible to kill a Zebbo by the door and pause abuse to grab its Energy drop on G-mode exit, which requires not killing the right Zebbo until it is in location.

Entrance condition:

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

Requires:

{
  "or": [
    "ScrewAttack",
    "canTrickyGMode",
    {
      "and": [
        "canTrickyDodgeEnemies",
        "Plasma",
        {
          "or": [
            "Wave",
            "Ice"
          ]
        }
      ]
    },
    {
      "and": [
        "canInsaneJump",
        "Plasma"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Holtz",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        "canInsaneJump",
        {
          "enemyDamage": {
            "enemy": "Zebbo",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}
{
  "or": [
    "h_heatedGModePauseAbuse",
    "h_HeatedGModeOpenDifferentDoor"
  ]
}