UNPKG

@zerospacegg/iolin

Version:

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

16 lines 560 B
/** * Valkaru Hound - Fast scout and harassment specialist bred for reconnaissance and hit-and-run tactics * T1 light unit with exceptional speed and mobility for battlefield reconnaissance */ import { ValkaruMercUnit } from "../../../../defaults/valkaru.js"; import { Attack } from "../../../../engine/ability.js"; declare class ValkaruHound extends ValkaruMercUnit { uuid: string; static src: string; readonly attacks: { bite: Attack; }; constructor(); } export default ValkaruHound; //# sourceMappingURL=valkaru-hound.d.ts.map