ZSGG Public Library
Nourishing Pod
Grell Co-Op T0 Supply Building
import NourishingPod from "../../../../faction/grell/building/nourishing-pod.js";
export class CoopNourishingPod extends NourishingPod {
static override src = "src/zerospace/coop/commander/vynthra/building/coop-vynthra-nourishing-pod.ts";
constructor() {
super();
this.setVariantUUID("coop-vynthra");
this.unlockedBy = [
"coop/commander/vynthra/building/coop-vynthra-bloomwell",
];
this.createdBy = ["coop/commander/vynthra/unit/coop-vynthra-seedling"];
this.unlocks = ["coop/commander/vynthra/building/coop-vynthra-broodwomb"];
}
}
export default CoopNourishingPod;