remove-from-actor
Delete items from a D&D 5e actor using item IDs or names, optionally filtered by type. GM-only operation.
Instructions
Delete items already on an actor, identified by itemIds and/or itemNames (optionally constrained by type). GM-only. Use get-actor to find item ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Constrain itemNames to this item type. | |
| itemIds | No | Ids of items on the actor to delete (most reliable; get them from get-actor). | |
| itemNames | No | Names of items on the actor to delete (case-insensitive). Combine with "type" to disambiguate. | |
| actorIdentifier | Yes | Actor name or ID to remove the items from. |