equip_item
Move an item from a character's inventory to a specified equipment slot, automatically unequipping any existing item in that slot first.
Instructions
Equip an item from inventory to an equipment slot.
Moves the item from the character's inventory to the specified equipment slot. If the slot is already occupied, the current item is automatically unequipped back to inventory first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name | |
| item_name_or_id | Yes | Item name or ID from inventory | |
| slot | Yes | Equipment slot: weapon_main, weapon_off, armor, or shield | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |