UNPKG

@zerospacegg/iolin

Version:

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

20 lines 711 B
/** * Chakru Mercenary Faction * Cha'Kru Kingdom - Masters of blood magic and biotechnology, worshipping the mythic Leviathan * * Mercenary faction structure: * - Two talents (Revive, Lifesteal) * - Six units (3 water-based, 3 earth-based) * - Two temple buildings (Temple of Water, Temple of Earth) * - No hero (mercHeroesAllowed = true but no specific hero) * - Two sacrifice topbars (Sacrifice to Pachamama, Sacrifice to Illapu) */ import { ChakruFaction } from "./chakru-classes.js"; export declare class Chakru extends ChakruFaction { uuid: string; static src: string; readonly name = "Cha'Kru Kingdom"; constructor(); } export default Chakru; //# sourceMappingURL=chakru.d.ts.map