@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 654 B
TypeScript
/**
* Legion Extractor - Sacred resource extraction facility
* Holy mining installation that gathers materials for the divine cause
*/
import { LegionExtractorBuilding } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class LegionExtractor extends LegionExtractorBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
constructor();
}
export default LegionExtractor;
//# sourceMappingURL=legion-extractor.d.ts.map