get_purchasable_tiles
Identify which tiles a city can buy with gold, displaying purchase cost, terrain, and available resources. Prioritizes tiles with luxury or strategic resources for faster evaluation.
Instructions
List tiles a city can purchase with gold.
Args:
city_id: City ID (from get_cities)
Shows cost, terrain, and resources for each purchasable tile.
Tiles with luxury/strategic resources are listed first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |