@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 447 B
TypeScript
/**
* Cha'Kru Temple of Earth - Sacred temple that channels the power of earth and stone
* Creates earth-aligned warriors and enables revival through deep earth currents
*/
import { ChakruTemple } from "../../../../defaults/chakru.js";
declare class ChakruTempleOfEarth extends ChakruTemple {
uuid: string;
static src: string;
constructor();
}
export default ChakruTempleOfEarth;
//# sourceMappingURL=chakru-temple-of-earth.d.ts.map