create_random_encounter_troop
Build a troop for random encounters: provide enemy IDs and get auto-generated battle positions.
Instructions
Create a troop with specified enemies at auto-generated battle positions. Simplified helper for random encounters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Troop name | |
| enemyIds | Yes | Array of enemy IDs to include |