ZSGG Public Library
Protectorate Prospector
Protectorate Co-Op T0 Harvester Unit
import ProtectorateProspector from "../../../../faction/protectorate/unit/protectorate-prospector.js";
export class CoopProtectorateProspector extends ProtectorateProspector {
static override src = "src/zerospace/coop/commander/aster/unit/coop-aster-protectorate-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 CoopProtectorateProspector;