ZeroSpace.gg

Bloomwell

Grell Co-Op T0 Base Building

import Bloomwell from "../../../../faction/grell/building/bloomwell.js"; export class CoopBloomwell extends Bloomwell { static override src = "src/zerospace/coop/commander/vynthra/building/coop-vynthra-bloomwell.ts"; constructor() { super(); this.setVariantUUID("coop-vynthra"); this.unlockedBy = []; this.createdBy = ["coop/commander/vynthra/unit/coop-vynthra-seedling"]; this.creates = ["coop/commander/vynthra/unit/coop-vynthra-seedling", "coop/commander/vynthra/unit/coop-vynthra-gatherer", "coop/commander/vynthra/building/coop-vynthra-feeding-vine"]; this.unlocks = [ "coop/commander/vynthra/building/coop-vynthra-nourishing-pod", "coop/commander/vynthra/building/coop-vynthra-cultivator", "coop/commander/vynthra/building/coop-vynthra-feeding-vine", "coop/commander/vynthra/unit/coop-vynthra-seedling", "coop/commander/vynthra/unit/coop-vynthra-gatherer", ]; } } export default CoopBloomwell;