UNPKG

@zerospacegg/iolin

Version:

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

20 lines 680 B
/** * Harbinger - Grell flying artillery unit with bio-chemical warfare capabilities * Heavy armor, acidic attacks, and devastating area-effect eruption ability */ import type { HotKey, Tier } from "../../../../engine/core.js"; import { GrellArmyUnit } from "../../grell-classes.js"; export declare class Harbinger extends GrellArmyUnit { 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; constructor(); } export default Harbinger; //# sourceMappingURL=harbinger.d.ts.map