get_pathing_estimate
Estimate the number of turns a unit requires to reach a target destination. Get path length and reachable tiles for strategic planning.
Instructions
Estimate how many turns a unit needs to reach a destination.
Args:
unit_id: The unit's composite ID (from get_units output)
target_x: Destination X coordinate
target_y: Destination Y coordinate
Returns estimated turns, path length, and reachable tiles this turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_id | Yes | ||
| target_x | Yes | ||
| target_y | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |