@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 624 B
TypeScript
/**
* Ritual Site - Sacred ceremonial structure
* Divine altar that summons projections of the Emperor through sacrifice
*/
import { LegionSpecialBuilding } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class RitualSite extends LegionSpecialBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
constructor();
}
export default RitualSite;
//# sourceMappingURL=ritual-site.d.ts.map