get_threat_map
Map enemy threat coverage across the board. For each tile, shows which visible enemy units can reach and attack it. Use to find safe positions and retreat paths.
Instructions
Read-only. Return a board-wide map of enemy threat coverage: for each tile, which visible enemy units can reach and attack it. Only includes enemies visible through fog-of-war. Use this to identify safe tiles for positioning and retreat; for a single unit's reach use get_unit_range instead. For a combined digest of threats and opportunities, prefer get_tactical_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |