UNPKG

@zerospacegg/iolin

Version:

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

22 lines 774 B
/** * Ironwing - Protectorate air superiority fighter * Fast attack aircraft designed for air-to-air combat and reconnaissance operations */ import type { DomainType } from "../../../../engine/ability.js"; import type { Tier } from "../../../../engine/core.js"; import { ProtectorateArmyUnit } from "../../protectorate-classes.js"; export declare class Ironwing 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; readonly domain: DomainType; constructor(); } export default Ironwing; //# sourceMappingURL=ironwing.d.ts.map