get_map_area
Retrieve terrain information for tiles surrounding a specified center point within a given radius. Useful for scouting map features and planning city or unit placement.
Instructions
Get terrain info for tiles around a point.
Args:
center_x: X coordinate of center tile
center_y: Y coordinate of center tile
radius: How many tiles out from center (default 2, max 4)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center_x | Yes | ||
| center_y | Yes | ||
| radius | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |