@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
22 lines • 731 B
TypeScript
/**
* Nourishing Pod - Grell T1 supply building
* Living sanctuary with healing abilities and symbiotic regeneration
*/
import type { HotKey, Tier } from "../../../../engine/core.js";
import { GrellSupplyBuilding } from "../../grell-classes.js";
export declare class NourishingPod extends GrellSupplyBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hotkey: HotKey;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
readonly maxAddOns: number;
readonly providesBiomass: number;
constructor();
}
export default NourishingPod;
//# sourceMappingURL=nourishing-pod.d.ts.map