@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
22 lines • 778 B
TypeScript
/**
* Protectorate Scouting Drone - Fast aerial reconnaissance drone
* Early warning and battlefield intelligence unit
*/
import { ProtectorateSpecialUnit } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
import type { DomainType } from "../../../../engine/ability.js";
export declare class ProtScoutDrone extends ProtectorateSpecialUnit {
uuid: string;
static src: string;
readonly name: string;
get shortName(): string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly supply: number;
get infuseCost(): number | undefined;
readonly maxOwned: number;
readonly domain: DomainType;
constructor();
}
export default ProtScoutDrone;
//# sourceMappingURL=prot-scout-drone.d.ts.map