promote_unit
Apply a chosen promotion to a unit by specifying its ID and promotion type, after reviewing available options with get_unit_promotions.
Instructions
Apply a promotion to a unit.
Args:
unit_id: The unit's composite ID (from get_units output)
promotion_type: e.g. PROMOTION_BATTLECRY, PROMOTION_TORTOISE
Use get_unit_promotions first to see available options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_id | Yes | ||
| promotion_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |