@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
64 lines • 2.21 kB
JavaScript
const Xol = {
src: "faction/xol.pkl",
slug: "xol",
id: "faction/xol",
name: "Xol",
shortName: "Xol",
description: "Xol is an unreleased faction that is still in the concept phase currently. Starlance is listening to community suggestions now, so suggest your ideas on the official ZS discord!",
type: "faction",
subtype: "main",
faction: "xol",
tagList: ["faction", "faction:main", "faction:xol"],
inGame: false,
fromFuture: true,
mercHeroesAllowed: true,
hero: [],
unit: [],
building: [],
talent: {
"xol-talent-resource-control": {
slug: "xol-talent-resource-control",
name: "Resource Control",
shortName: "Resource Control",
description: "Control Towers generate resource and flux",
type: "faction-ability",
subtype: "talent",
faction: "xol",
tagList: ["faction-ability", "faction-ability:talent", "faction:xol"],
inGame: true,
fromFuture: false,
factionType: "main",
activationType: "passive",
abilityOf: "xol",
targets: [],
damageDisplay: "null",
healingDisplay: "null",
level: 6,
},
"xol-talent-power-control": {
slug: "xol-talent-power-control",
name: "Power Control",
shortName: "Power Control",
description: "Control Towers generate faction power",
type: "faction-ability",
subtype: "talent",
faction: "xol",
tagList: ["faction-ability", "faction-ability:talent", "faction:xol"],
inGame: true,
fromFuture: false,
factionType: "main",
activationType: "passive",
abilityOf: "xol",
targets: [],
damageDisplay: "null",
healingDisplay: "null",
level: 6,
},
},
topbar: {},
};
// Export the entity as a named export for better ES modules compatibility
export const entity = Xol;
// Also maintain default export for backward compatibility
export default Xol;
//# sourceMappingURL=xol.js.map