UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

22 lines 766 B
/** * Grell Harvester - Economic unit that generates biomass and spawns cultivators * Essential for Grell economy and forward positioning strategies */ import type { HotKey, Tier } from "../../../../engine/core.js"; import { GrellHarvesterUnit } from "../../grell-classes.js"; export declare class GrellHarvester extends GrellHarvesterUnit { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly hotkey: HotKey; readonly hexiteCost: number; readonly fluxCost: number; readonly buildTime: number; readonly buildCount: number; readonly gathersFlux: number; readonly gathersRichFlux: number; constructor(); } export default GrellHarvester; //# sourceMappingURL=grell-harvester.d.ts.map