UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

19 lines 590 B
/** * Altar - Legion hero production building * Sacred structure that creates Legion's champion heroes */ import { LegionSpecialBuilding } from "../../legion-classes.js"; import type { Tier } from "../../../../engine/core.js"; export declare class Altar 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 Altar; //# sourceMappingURL=altar.d.ts.map