add_item_to_character
Assigns an item to a character's inventory in Dungeons & Dragons campaigns, specifying name, type, quantity, description, weight, and value for precise inventory management.
Instructions
Add an item to a character's inventory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
character_name | Yes | Character name | |
description | No | Item description | |
item_name | Yes | Item name | |
item_type | No | Item type | misc |
quantity | No | Quantity | |
value | No | Item value (e.g., '50 gp') | |
weight | No | Item weight |