UNPKG

@zerospacegg/iolin

Version:

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

18 lines 570 B
const Depletion = { src: "misc/mutator/depletion.pkl", slug: "depletion", id: "misc/mutator/depletion", name: "Depletion", shortName: "Depletion", description: "-50% mining rate", type: "mutator", subtype: "negative", tagList: ["mutator", "mutator:negative"], inGame: true, fromFuture: false, }; // Export the entity as a named export for better ES modules compatibility export const entity = Depletion; // Also maintain default export for backward compatibility export default Depletion; //# sourceMappingURL=depletion.js.map