ZeroSpace.gg

Feeding 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 = "Feeding Vine"; this.uuid = "59caa710-c319-4b70-926b-a43ec02e8190"; // Patch 19202990: +25 HP (225 → 250) this.hp = 225; this.createdBy = ["faction/grell/building/bloomwell"]; } } export default FeedingVine;