@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
19 lines • 889 B
JavaScript
const CriticalDelivery = {
src: "mission/coop/critical_delivery.pkl",
slug: "critical-delivery",
id: "mission/coop/critical-delivery",
name: "Critical Delivery",
shortName: "Critical Delivery",
description: "The Sol invictus is being deployed to breach the enemy fortress. Special gear and weapons were shipped but were separated when it landed on the planet. Recover the gear and then escort the Invictus to destroy the enemy fortress.",
type: "coop-mission",
subtype: "escort",
tagList: ["coop-mission", "coop-mission:escort"],
inGame: true,
fromFuture: false,
missionType: "escort",
};
// Export the entity as a named export for better ES modules compatibility
export const entity = CriticalDelivery;
// Also maintain default export for backward compatibility
export default CriticalDelivery;
//# sourceMappingURL=critical-delivery.js.map