ZeroSpace.gg

Prospector

Protectorate Co-Op T0 Harvester Unit

import Prospector from "../../../../faction/protectorate/unit/prospector.js"; export class CoopProspector extends Prospector { static override src = "src/zerospace/coop/commander/aster/unit/coop-aster-prospector.ts"; constructor() { super(); this.internalId = undefined; this.internalPath = undefined; this.maxOwned = 3; this.setVariantUUID("coop-aster"); this.unlockedBy = [ "coop/commander/aster/building/coop-aster-operating-tower", ]; this.createdBy = ["coop/commander/aster/building/coop-aster-operating-tower"]; } } export default CoopProspector;