UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

20 lines 684 B
/** * Beastiary - Legion T1 creature production building * Bio-engineering facility that produces enhanced Legion biological units */ import { LegionProductionBuilding } from "../../legion-classes.js"; import type { Tier } from "../../../../engine/core.js"; export declare class Beastiary extends LegionProductionBuilding { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly unlocksMercTier: Tier | undefined; readonly hexiteCost: number; readonly fluxCost: number; readonly buildTime: number; readonly buildCount: number; constructor(); } export default Beastiary; //# sourceMappingURL=beastiary.d.ts.map