@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
17 lines • 560 B
TypeScript
/**
* Sacrificial Site - Sacred healing altar
* Hero-created structure that restores Legion forces through divine blessing
*/
import { LegionSpecialBuilding } from "../../legion-classes.js";
export declare class SacrificialSite extends LegionSpecialBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
constructor();
}
export default SacrificialSite;
//# sourceMappingURL=sacrificial-site.d.ts.map