Botwoon's Room: Back-Side Fight - Gravity, Charge, Wave

Room ID: 185

Wiki
From: 2
Right Door
To: 2
Right Door

Fight Botwoon from behind the wall.

Requires:

{
  "notable": "Back-Side Fight with Charge and Wave"
}
"Gravity"
"Charge"
"Wave"
{
  "or": [
    "canDodgeWhileShooting",
    "Plasma",
    {
      "enemyDamage": {
        "enemy": "Botwoon 1",
        "type": "acid",
        "hits": 2
      }
    },
    {
      "and": [
        "Spazer",
        {
          "enemyDamage": {
            "enemy": "Botwoon 1",
            "type": "acid",
            "hits": 1
          }
        }
      ]
    }
  ]
}

Clears obstacles: f_DefeatedBotwoon

Sets flags: f_DefeatedBotwoon

Dev note: With Gravity, dodging the acid is pretty trivial. Even without knowing about the distance trick expected in the suitless version.