@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 666 B
TypeScript
/**
* Healing Obelisk - Temporary healing structure
* Sacred restorative structure that channels divine healing energy
*/
import { LegionSpecialBuilding } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class HealingObelisk extends LegionSpecialBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
readonly timedLife: number;
constructor();
}
export default HealingObelisk;
//# sourceMappingURL=healing-obelisk.d.ts.map