ZeroSpace.gg

Bastion

Protectorate Co-Op T1.5 Army Unit

import Bastion from "../../../../faction/protectorate/unit/bastion.js"; export class CoopBastion extends Bastion { static override src = "src/zerospace/coop/commander/aster/unit/coop-aster-bastion.ts"; constructor() { super(); this.internalId = undefined; this.internalPath = undefined; this.setVariantUUID("coop-aster"); this.unlockedBy = [ "coop/commander/aster/building/coop-aster-research-lab", ]; this.createdBy = ["coop/commander/aster/building/coop-aster-prot-barracks"]; this.upgradedBy = ["coop/commander/aster/building/coop-aster-research-lab"]; } } export default CoopBastion;