ZeroSpace.gg

Feeder Vine

Grell T0 Extractor Building

import { FeedingVineBuilding } from "../../../../defaults/grell.js"; export class FeedingVine extends FeedingVineBuilding { override uuid: string; static override src = "src/zerospace/faction/grell/building/feeding-vine.ts"; constructor() { super(); this.name = "Feeder Vine"; this.uuid = "59caa710-c319-4b70-926b-a43ec02e8190"; this.hp = 225; this.armorType = "medium"; this.createdBy = ["faction/grell/building/bloomwell"]; } } export default FeedingVine;