ddb_rate_encounter
Rate a D&D encounter's difficulty by XP budget. Supports 2024 XDMG (Low/Moderate/High) or 2014 DMG (Easy/Medium/Hard/Deadly), with automatic monster lookup or manual CR for homebrew.
Instructions
Rate the difficulty of a D&D encounter. Defaults to 2024 XDMG rules (Low/Moderate/High, no multiplier). Set rules_edition to '2014' for the classic DMG XP threshold method (Easy/Medium/Hard/Deadly with encounter multiplier). Monsters are looked up in the compendium automatically — supply 'cr' directly for homebrew.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| party | Yes | Party composition. Use multiple entries for mixed-level parties — e.g. [{count:3,level:5},{count:1,level:3}] | |
| monsters | Yes | Monsters in the encounter. Each entry needs at least a name or cr. | |
| rules_edition | No | Rules edition. '2024' (default) uses XDMG XP budgets with Low/Moderate/High difficulty — no encounter multiplier. '2014' uses DMG XP thresholds with Easy/Medium/Hard/Deadly and a monster count multiplier. | 2024 |