UNPKG

@zerospacegg/iolin

Version:

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

22 lines 651 B
/** * Exalted - Elite mounted scout with devastating spear attacks * Swift reconnaissance unit with powerful spear attacks and crowd control abilities */ import { LegionArmyUnit } from "../../../../defaults/legion.js"; import { Attack, Passive, Spell } from "../../../../engine/ability.js"; export declare class Exalted extends LegionArmyUnit { uuid: string; static src: string; readonly attacks: { spearThrow: Attack; }; readonly spells: { maul: Spell; }; readonly passives: { healthRegeneration: Passive; }; constructor(); } export default Exalted; //# sourceMappingURL=exalted.d.ts.map