@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
18 lines • 630 B
JavaScript
const HeavyOrdnance = {
src: "misc/boon/heavy_ordnance.pkl",
slug: "heavy-ordnance",
id: "misc/boon/heavy-ordnance",
name: "Heavy Ordnance",
shortName: "Heavy Ordnance",
description: "Buildings have +200% attack speed and +800 range",
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 = HeavyOrdnance;
// Also maintain default export for backward compatibility
export default HeavyOrdnance;
//# sourceMappingURL=heavy-ordnance.js.map