East Aqueduct Quicksand Room: G-Mode

Room ID: 207

Wiki
From: 1
Top Sand Entrance
To: 2
Bottom Sand Exit

Samus will fall quickly. Fall through the room slightly left of center to avoid the Bulls.

Entrance condition:

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

Requires:

{
  "or": [
    "canTrickyDodgeEnemies",
    {
      "enemyDamage": {
        "enemy": "Bull",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": false
  }
}