UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

18 lines 897 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const mission_js_1 = require("../../../engine/mission.cjs"); class CriticalDelivery extends mission_js_1.CoopMission { constructor() { super({ name: "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.", missionType: "escort", uuid: "fb007fed-91c1-4472-ba6f-b15596eb4c58", }); this.name = "Critical Delivery"; this.uuid = "fb007fed-91c1-4472-ba6f-b15596eb4c58"; } } CriticalDelivery.src = "src/zerospace/mission/coop/critical-delivery.ts"; exports.default = CriticalDelivery; //# sourceMappingURL=critical-delivery.js.map