ZSGG Public Library
Skyclutch
Grell Co-Op T2.5 Tech Building
import Skyclutch from "../../../../faction/grell/building/skyclutch.js";
export class CoopSkyclutch extends Skyclutch {
static override src = "src/zerospace/coop/commander/vynthra/building/coop-vynthra-skyclutch.ts";
constructor() {
super();
this.setVariantUUID("coop-vynthra");
this.unlockedBy = [
"coop/commander/vynthra/building/coop-vynthra-macrogenesis-canopy",
];
this.createdBy = ["coop/commander/vynthra/unit/coop-vynthra-seedling"];
this.unlocks = ["coop/commander/vynthra/unit/coop-vynthra-behemoth"];
this.providesUpgradesFor = ["coop/commander/vynthra/unit/coop-vynthra-behemoth"];
}
}
export default CoopSkyclutch;