@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
21 lines • 747 B
TypeScript
/**
* Legion Scout Drone - Fast aerial reconnaissance unit
* Basic scouting unit with limited combat capability but excellent mobility
*/
import { LegionSpecialUnit } from "../../legion-classes.js";
import type { Tier } from "../../../../engine/core.js";
import type { DomainType } from "../../../../engine/ability.js";
export declare class LegionScoutDrone extends LegionSpecialUnit {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
readonly domain: DomainType;
constructor();
}
export default LegionScoutDrone;
//# sourceMappingURL=legion-scout-drone.d.ts.map