@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
18 lines • 605 B
JavaScript
const LightPower = {
src: "misc/boon/light_power.pkl",
slug: "light-power",
id: "misc/boon/light-power",
name: "Light Power",
shortName: "Light Power",
description: "+50% weapon damage dealt by units with light armor",
type: "mutator",
subtype: "boon",
tagList: ["mutator", "mutator:boon"],
inGame: true,
fromFuture: false,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = LightPower;
// Also maintain default export for backward compatibility
export default LightPower;
//# sourceMappingURL=light-power.js.map