ZSGG Public Library
The Frozen Watch (Hillside)
Co-op Mission
import { CoopMission } from "../../../engine/mission.js";
class FrozenWatch extends CoopMission {
static override src = "src/zerospace/coop/mission/frozen-watch.ts";
constructor() {
super();
this.uuid = "5ea3b101-f4d7-487a-bd3b-2a3434f569d9";
this.name = "The Frozen Watch (Hillside)";
this.shortName = "Frozen Watch";
this.description = "You are being deployed behind enemy lines. Your aim is to secure the area while a massive artillery gun is assembled, loaded, and fired. The team must repel the attacking Grell aliens while the gun is reloaded. The gun will be fired each day to destroy a Grell tunnel being used to reinforce the area. For the Idals!";
}
}
export default FrozenWatch;