@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 504 B
TypeScript
/**
* Thrall - Legion's basic infantry unit with battle frenzy capabilities
* Religious warriors enhanced by divine blessing and upgrade potential
*/
import { LegionArmyUnit } from "../../../../defaults/legion.js";
import { Attack } from "../../../../engine/ability.js";
export declare class Thrall extends LegionArmyUnit {
uuid: string;
static src: string;
readonly attacks: {
attack: Attack;
};
constructor();
}
export default Thrall;
//# sourceMappingURL=thrall.d.ts.map