ZSGG Public Library
Under Fire (Blockade)
Co-op Mission
import { CoopMission } from "../../../engine/mission.js";
class UnderFire extends CoopMission {
static override src = "src/zerospace/coop/mission/under-fire.ts";
constructor() {
super();
this.uuid = "44a0a082-faf9-47f1-a3f6-0c35b7646670";
this.name = "Under Fire (Blockade)";
this.shortName = "Under Fire";
this.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.";
}
}
export default UnderFire;