ZSGG Public Library
Young Canopy
Grell Co-Op T1.5 Tech Building
import YoungCanopy from "../../../../faction/grell/building/young-canopy.js";
export class CoopYoungCanopy extends YoungCanopy {
static override src = "src/zerospace/coop/commander/vynthra/building/coop-vynthra-young-canopy.ts";
constructor() {
super();
this.setVariantUUID("coop-vynthra");
this.unlockedBy = [
"coop/commander/vynthra/building/coop-vynthra-broodwomb",
];
this.createdBy = ["coop/commander/vynthra/unit/coop-vynthra-seedling"];
this.unlocks = ["coop/commander/vynthra/unit/coop-vynthra-lasher"];
this.providesUpgradesFor = [
"coop/commander/vynthra/unit/coop-vynthra-stinger",
"coop/commander/vynthra/unit/coop-vynthra-lasher",
"coop/commander/vynthra/unit/coop-vynthra-grell-keeper",
];
}
}
export default CoopYoungCanopy;