ddb_roll_treasure
Generate treasure rewards from 2024 D&D treasure tables using a challenge rating or monster list. Choose individual or hoard rolls, with magic items for hoards when character level is provided.
Instructions
Generate a treasure reward using the 2024 XDMG treasure tables (default). Provide either a CR directly or a list of monster names — CR is resolved automatically via fuzzy name matching. treasure_type 'hoard' makes one roll using the highest CR and includes magic items (requires character_level); 'individual' rolls once per monster and sums the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cr | No | Challenge rating (0–30). Use instead of monsters for a direct CR lookup. | |
| monsters | No | Monsters from the encounter. Highest CR determines the treasure tier for hoards. | |
| treasure_type | No | individual = one roll per monster. hoard = one roll using the highest CR. | hoard |
| character_level | No | Character level (1–20). Required for hoard treasure to determine which magic item table to use. If omitted, magic items are skipped. |