UNPKG

@zerospacegg/iolin

Version:

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

20 lines 671 B
/** * Predator - Protectorate light reconnaissance vehicle * Fast attack vehicle with mine-laying capabilities and superior mobility */ import type { Tier } from "../../../../engine/core.js"; import { ProtectorateArmyUnit } from "../../protectorate-classes.js"; export declare class Predator extends ProtectorateArmyUnit { 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 Predator; //# sourceMappingURL=predator.d.ts.map