@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 716 B
TypeScript
/**
* Prot Build Drone - Protectorate builder unit
* Essential construction unit responsible for establishing and expanding Protectorate infrastructure
*/
import { ProtectorateBuilderUnit } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class ProtBuildDrone extends ProtectorateBuilderUnit {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly supply: number;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
get infuseCost(): number | undefined;
constructor();
}
export default ProtBuildDrone;
//# sourceMappingURL=prot-build-drone.d.ts.map