Mother Brain Room: Glass Already Broken - Super Kill

Room ID: 238

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

Requires:

"f_MotherBrainGlassBroken"
{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 10
      }
    },
    {
      "and": [
        "h_SupersDoubleDamageMotherBrain",
        {
          "ammo": {
            "type": "Super",
            "count": 5
          }
        }
      ]
    }
  ]
}
{
  "or": [
    "canTrickyUseFrozenEnemies",
    "canDodgeWhileShooting",
    {
      "enemyDamage": {
        "enemy": "Rinka",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}