@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
17 lines • 543 B
TypeScript
/**
* Fanatic - Legion's fanatical ranged unit with death frenzy
* Enhanced spiritual perception and battle fury triggered by ally martyrdom
*/
import { LegionArmyUnit } from "../../../../defaults/legion.js";
import { Attack } from "../../../../engine/ability.js";
export declare class Fanatic extends LegionArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
readonly attacks: {
attack: Attack;
};
constructor();
}
export default Fanatic;
//# sourceMappingURL=fanatic.d.ts.map