create_spell_scroll
Generate custom spell scroll templates for tabletop RPG sessions. Specify spell details like name, level, class, and DC to create items for characters.
Instructions
Create a new spell scroll item template (DM tool). The scroll can then be given to characters via give_item.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spellName | Yes | ||
| spellLevel | Yes | ||
| scrollDC | No | Default DC (usually 13 + spell level for crafted scrolls) | |
| scrollAttackBonus | No | Default attack bonus (usually +5 + spell level) | |
| spellClass | No | Class list the spell is on | |
| value | No | Gold value of the scroll | |
| description | No | Custom description for the scroll | |
| sessionId | No |