update_item
Modify existing item templates in RPG game sessions by updating attributes like name, description, type, weight, value, and custom properties to maintain consistent game mechanics.
Instructions
Update an existing item template.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID of the item to update | |
| name | No | ||
| description | No | ||
| type | No | ||
| weight | No | ||
| value | No | ||
| properties | No | ||
| sessionId | No |