UNPKG

@zerospacegg/iolin

Version:

Community ZeroSpace game data library - units, buildings, abilities, and more

18 lines 588 B
const MidPower = { src: "misc/boon/mid_power.pkl", slug: "mid-power", id: "misc/boon/mid-power", name: "Mid Power", shortName: "Mid Power", description: "+50% weapon damage dealt by units with medium 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 = MidPower; // Also maintain default export for backward compatibility export default MidPower; //# sourceMappingURL=mid-power.js.map