UNPKG

@zerospacegg/iolin

Version:

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

23 lines 699 B
/** * Behemoth - Massive Grell bio-fortress with flight transformation and sacrifice abilities * Living fortress that can grow wings and sacrifice itself for strategic advantage */ import { GrellArmyUnit } from "../../../../defaults/grell.js"; import { Attack, Passive, Spell } from "../../../../engine/ability.js"; export declare class Behemoth extends GrellArmyUnit { uuid: string; static src: string; readonly attacks: { attack: Attack; faerieFire: Attack; }; readonly passives: { gainFlight: Passive; }; readonly spells: { sacrifice: Spell; }; constructor(); } export default Behemoth; //# sourceMappingURL=behemoth.d.ts.map