@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
19 lines • 826 B
JavaScript
const UnderFire = {
src: "mission/coop/under_fire.pkl",
slug: "under-fire",
id: "mission/coop/under-fire",
name: "Under Fire",
shortName: "Under Fire",
description: "The Legion is intent on attacking a number of important historical sites of the Council. We must stop their invading ground troops and intercept their massive Dreadnoughts before they destroy the city.",
type: "coop-mission",
subtype: "assault-defense",
tagList: ["coop-mission", "coop-mission:assault-defense"],
inGame: true,
fromFuture: false,
missionType: "assault-defense",
};
// Export the entity as a named export for better ES modules compatibility
export const entity = UnderFire;
// Also maintain default export for backward compatibility
export default UnderFire;
//# sourceMappingURL=under-fire.js.map