UNPKG

@zerospacegg/iolin

Version:

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

16 lines 512 B
/** * Steelsworn - Legion's elite warrior unit with momentum building * Professional soldiers who combine faith with flawless combat technique */ import { LegionArmyUnit } from "../../../../defaults/legion.js"; import { Attack } from "../../../../engine/ability.js"; export declare class Steelsworn extends LegionArmyUnit { uuid: string; static src: string; readonly attacks: { attack: Attack; }; constructor(); } export default Steelsworn; //# sourceMappingURL=steelsworn.d.ts.map