remove_effect
Remove active effects from D&D characters by ID or name. Specify an effect ID to remove a single instance or use a name to clear all matching effects.
Instructions
Remove an active effect from a character by ID or name.
If an exact effect ID is provided, removes that specific instance. If a name is provided, removes all effects with that name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name. | |
| effect_id_or_name | Yes | Effect ID (exact match) or effect name (removes all with that name) |