build_encounter
Calculate XP budgets for difficulty levels and suggest balanced monster combinations for D&D 5e encounters based on party size and level.
Instructions
Build balanced D&D 5e encounters. Given party size and level, calculates XP budgets for each difficulty and suggests monster combinations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| party_size | Yes | Number of party members (1-10) | |
| party_level | Yes | Average party level (1-20) | |
| difficulty | No | Target difficulty. If omitted, shows budgets and suggestions for all difficulties. | |
| monster_cr_min | No | Minimum monster CR to consider (numeric, e.g. 0.25 for 1/4) | |
| monster_cr_max | No | Maximum monster CR to consider (numeric) |