UNPKG

@zerospacegg/iolin

Version:

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

17 lines 549 B
/** * Thresher - Grell siege artillery unit with toggle mode mechanics * Heavy armor, extreme range attacks, and siege transformation capabilities */ import { GrellArmyUnit } from "../../../../defaults/grell.js"; import { Passive } from "../../../../engine/ability.js"; export declare class Thresher extends GrellArmyUnit { uuid: string; static src: string; get infuseCost(): number; readonly passives: { siegeResistance: Passive; }; constructor(); } export default Thresher; //# sourceMappingURL=thresher.d.ts.map