Mother Brain Room: Supers

Room ID: 238

Wiki
From: 3
Mother Brain (locked)
To: 4
Mother Brain (Phases 2 and 3) (locked)

Requires:

"h_canPartiallyBreakMotherBrainGlass"
{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 14
      }
    },
    {
      "and": [
        "h_SupersDoubleDamageMotherBrain",
        {
          "ammo": {
            "type": "Super",
            "count": 12
          }
        }
      ]
    }
  ]
}
{
  "or": [
    "canTrickyUseFrozenEnemies",
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "enemyDamage": {
            "enemy": "Rinka",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Rinka",
        "type": "contact",
        "hits": 2
      }
    }
  ]
}