@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
18 lines • 633 B
JavaScript
const ExtraProtection = {
src: "misc/boon/extra_protection.pkl",
slug: "extra-protection",
id: "misc/boon/extra-protection",
name: "Extra Protection",
shortName: "Extra Protection",
description: "+8 armor for units and structures",
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 = ExtraProtection;
// Also maintain default export for backward compatibility
export default ExtraProtection;
//# sourceMappingURL=extra-protection.js.map