@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 593 B
TypeScript
/**
* Valkaru Tow Bot - Utility and support mechanical unit for battlefield logistics and tactical support
* T1 support unit specializing in battlefield utility, repair operations, and tactical coordination
*/
import { ValkaruMercUnit } from "../../../../defaults/valkaru.js";
import { Attack } from "../../../../engine/ability.js";
declare class ValkaruTowBot extends ValkaruMercUnit {
uuid: string;
static src: string;
readonly attacks: {
defensiveSystems: Attack;
};
constructor();
}
export default ValkaruTowBot;
//# sourceMappingURL=valkaru-tow-bot.d.ts.map