UNPKG

@zerospacegg/iolin

Version:

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

21 lines 750 B
/** * Cha'Kru Temple of Water - Sacred temple that channels the power of flowing waters * Creates water-aligned warriors and enables revival through eternal Leviathan streams */ import { ChakruTemple } from "../../chakru-classes.js"; import type { Tier, HotKey } from "../../../../engine/core.js"; declare class ChakruTempleOfWater extends ChakruTemple { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly hotkey: HotKey; readonly hexiteCost: number; readonly fluxCost: number; readonly buildTime: number; readonly buildCount: number; readonly maxOwned: number; constructor(); } export default ChakruTempleOfWater; //# sourceMappingURL=chakru-temple-of-water.d.ts.map