@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 724 B
TypeScript
/**
* Advanced Factory - Protectorate's pinnacle production facility
* Tier 3 production building for the most sophisticated combat units
*/
import { ProtectorateProductionBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class AdvancedFactory extends ProtectorateProductionBuilding {
uuid: string;
static src: string;
readonly name: string;
get shortName(): string;
readonly tier: Tier;
readonly unlocksMercTier: Tier | undefined;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
constructor();
}
export default AdvancedFactory;
//# sourceMappingURL=advanced-factory.d.ts.map