UNPKG

@zerospacegg/iolin

Version:

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

19 lines 565 B
/** * Sabretooth - Kraegar's loyal companion beast * Unique rebuildable creature that grows stronger from allied beast deaths */ import { LegionSpecialUnit } from "../../../../defaults/legion.js"; import { Attack, Passive } from "../../../../engine/ability.js"; export declare class Sabretooth extends LegionSpecialUnit { uuid: string; static src: string; readonly attacks: { attack: Attack; }; readonly passives: { feed: Passive; }; constructor(); } export default Sabretooth; //# sourceMappingURL=sabretooth.d.ts.map