@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
24 lines • 628 B
JavaScript
const Koru = {
src: "mercenary/koru.pkl",
slug: "koru",
id: "mercenary/koru",
name: "Koru",
shortName: "Koru",
type: "faction",
subtype: "mercenary",
faction: "koru",
tagList: ["faction", "faction:mercenary", "faction:koru"],
inGame: false,
fromFuture: true,
mercHeroesAllowed: true,
hero: [],
unit: [],
building: [],
talent: {},
topbar: {},
};
// Export the entity as a named export for better ES modules compatibility
export const entity = Koru;
// Also maintain default export for backward compatibility
export default Koru;
//# sourceMappingURL=koru.js.map