East Cactus Alley Room: G-Mode Morph

Room ID: 196

Wiki
From: 1
Left Door
To: 6
East Cactus Alley Junction (Right of Morph Tunnel)

Hug the right wall after killing the first Cacatac in order to avoid its invisible, stationary projectiles.

Entrance condition:

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

Requires:

"h_canNavigateUnderwater"
{
  "or": [
    "h_canArtificialMorphSpringBall",
    "h_canArtificialMorphBombHorizontally"
  ]
}
{
  "or": [
    {
      "and": [
        "h_canArtificialMorphBombs",
        {
          "or": [
            "Gravity",
            "h_canArtificialMorphSpringBall"
          ]
        }
      ]
    },
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Cacatac",
        "hits": 1,
        "type": "contact"
      }
    }
  ]
}
{
  "or": [
    "h_canArtificialMorphSpringBall",
    {
      "and": [
        "Gravity",
        "h_canArtificialMorphBombThings"
      ]
    }
  ]
}