@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
19 lines • 939 B
JavaScript
const FrozenWatch = {
src: "mission/coop/frozen_watch.pkl",
slug: "frozen-watch",
id: "mission/coop/frozen-watch",
name: "The Frozen Watch",
shortName: "The Frozen Watch",
description: "You are being deployed behind enemy lines. Your aim is to secure the area while a massive artillery gun is assembled, loaded, and fired. The team must repel the attacking Grell while the gun is reloaded. The gun will be fired each day to destroy a Grell tunnel being used to reinforce the area. For the Idals!",
type: "coop-mission",
subtype: "survival",
tagList: ["coop-mission", "coop-mission:survival"],
inGame: true,
fromFuture: false,
missionType: "survival",
};
// Export the entity as a named export for better ES modules compatibility
export const entity = FrozenWatch;
// Also maintain default export for backward compatibility
export default FrozenWatch;
//# sourceMappingURL=frozen-watch.js.map