@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
22 lines • 882 B
JavaScript
;
/**
* Protectorate Extractor - Advanced resource extraction facility
* Resource building that efficiently harvests hexite deposits
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtExtractor = void 0;
const protectorate_js_1 = require("../../../../defaults/protectorate.cjs");
class ProtExtractor extends protectorate_js_1.ProtectorateExtractorBuilding {
constructor() {
super();
this.name = "Extractor";
this.uuid = "e05b1433-8866-4b78-908f-a3fcf860db94";
// Building relationships
this.createdBy = ["faction/protectorate/building/operating-tower"];
}
}
exports.ProtExtractor = ProtExtractor;
// Static property for source path
ProtExtractor.src = "src/zerospace/faction/protectorate/building/prot-extractor.ts";
exports.default = ProtExtractor;
//# sourceMappingURL=prot-extractor.js.map