ZeroSpace.gg

Sol Invictus

Protectorate Co-Op T4 Ultimate Unit

import SolInvictus from "../../../../faction/protectorate/unit/sol-invictus.js"; export class CoopAsterSolInvictus extends SolInvictus { static override src = "src/zerospace/coop/commander/aster/unit/coop-aster-sol-invictus.ts"; constructor() { super(); this.internalId = undefined; this.internalPath = undefined; this.setVariantUUID("coop-aster"); this.createdBy = ["faction/protectorate/topbar/sol-invictus"]; this.unlockedBy = ["coop/commander/aster-commander/commander-level/levels/6"]; } } export default CoopAsterSolInvictus;