ZSGG Public Library
Critical Delivery (Advance)
Co-op Mission
import { CoopMission } from "../../../engine/mission.js";
class CriticalDelivery extends CoopMission {
static override src = "src/zerospace/coop/mission/critical-delivery.ts";
constructor() {
super();
this.uuid = "fb007fed-91c1-4472-ba6f-b15596eb4c58";
this.name = "Critical Delivery (Advance)";
this.shortName = "Critical Delivery";
this.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.";
}
}
export default CriticalDelivery;