@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 656 B
TypeScript
/**
* Emperor Projection - Ultimate sacrifice-powered manifestation
* Living vessel for collective thrall souls with devastating power scaling
*/
import { Attack } from "../../../../engine/ability.js";
import { Turret } from "../../../../engine/turret.js";
import { LegionUltimateUnit } from "../../../../defaults/legion.js";
export declare class EmperorProjection extends LegionUltimateUnit {
uuid: string;
static src: string;
readonly attacks: {
attack: Attack;
};
readonly turrets: {
thrallSoul: Turret;
};
constructor();
}
export default EmperorProjection;
//# sourceMappingURL=emperor-projection.d.ts.map