UNPKG

@zerospacegg/iolin

Version:

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

18 lines 551 B
const TimeOut = { src: "misc/mutator/time_out.pkl", slug: "time-out", id: "misc/mutator/time-out", name: "Time Out", shortName: "Time Out", description: "No Heroes", 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 = TimeOut; // Also maintain default export for backward compatibility export default TimeOut; //# sourceMappingURL=time-out.js.map