@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
18 lines • 547 B
JavaScript
const Goldrush = {
src: "misc/boon/goldrush.pkl",
slug: "goldrush",
id: "misc/boon/goldrush",
name: "Goldrush",
shortName: "Goldrush",
description: "3x faster mining",
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 = Goldrush;
// Also maintain default export for backward compatibility
export default Goldrush;
//# sourceMappingURL=goldrush.js.map