UNPKG

@zerospacegg/iolin

Version:

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

18 lines 571 B
const Detonation = { src: "misc/boon/detonation.pkl", slug: "detonation", id: "misc/boon/detonation", name: "Detonation", shortName: "Detonation", description: "Units explode on death", 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 = Detonation; // Also maintain default export for backward compatibility export default Detonation; //# sourceMappingURL=detonation.js.map