@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
18 lines • 572 B
JavaScript
const Lockdown = {
src: "misc/mutator/lockdown.pkl",
slug: "lockdown",
id: "misc/mutator/lockdown",
name: "Lockdown",
shortName: "Lockdown",
description: "Faction Powers are disabled",
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 = Lockdown;
// Also maintain default export for backward compatibility
export default Lockdown;
//# sourceMappingURL=lockdown.js.map