UNPKG

@zerospacegg/iolin

Version:

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

20 lines 679 B
/** * Skrelling - Grell swarm flyer with anti-air specialization and kamikaze abilities * Light armor, high speed, anti-air focus with suicide attack potential */ import type { HotKey, Tier } from "../../../../engine/core.js"; import { GrellArmyUnit } from "../../grell-classes.js"; export declare class Skrelling 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 Skrelling; //# sourceMappingURL=skrelling.d.ts.map