@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
17 lines • 564 B
TypeScript
/**
* Arandi Oathguard - Sacred interdimensional healing warriors
* Warrior-healers bound by dimensional vows that transcend reality
* Summoned by "Call in the Oathguard" topbar ability
*/
import { ArandiMercUnit } from "../../../../defaults/arandi.js";
import { Heal } from "../../../../engine/ability.js";
declare class ArandiOathguard extends ArandiMercUnit {
uuid: string;
static src: string;
readonly heals: {
healingBeam: Heal;
};
constructor();
}
export default ArandiOathguard;
//# sourceMappingURL=arandi-oathguard.d.ts.map