@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 677 B
TypeScript
/**
* 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 "../../defaults/chakru.js";
export declare class Chakru extends ChakruFaction {
uuid: string;
static src: string;
constructor();
}
export default Chakru;
//# sourceMappingURL=chakru.d.ts.map