UNPKG

@zerospacegg/iolin

Version:

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

20 lines 661 B
/** * Commando - Protectorate light infantry unit * Fast-moving elite soldier with jetpack mobility and precision weaponry */ import type { Tier } from "../../../../engine/core.js"; import { ProtectorateArmyUnit } from "../../protectorate-classes.js"; export declare class Commando extends ProtectorateArmyUnit { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly supply: number; readonly hexiteCost: number; readonly fluxCost: number; readonly buildTime: number; get infuseCost(): number | undefined; constructor(); } export default Commando; //# sourceMappingURL=commando.d.ts.map