UNPKG

@zerospacegg/iolin

Version:

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

18 lines 523 B
const Haste = { src: "misc/boon/haste.pkl", slug: "haste", id: "misc/boon/haste", name: "Haste", shortName: "Haste", description: "+70% movement speed", 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 = Haste; // Also maintain default export for backward compatibility export default Haste; //# sourceMappingURL=haste.js.map