Manage Pathfinder 2e conditions
pf2e-manage-conditionsManage Pathfinder 2e conditions on an actor: list, set, increase, decrease, remove, or toggle valued conditions like frightened 2 or drained 1, using the system's own handling for accurate results.
Instructions
[Pathfinder 2e only] List, set, increase, decrease, remove or toggle a condition on an actor, with values such as frightened 2 or drained 1. pf2e keeps conditions as items with a value, which toggle-token-condition cannot set or read back; this tool writes through the system's own condition handling and reads the result back. A condition granted by another one (e.g. by grabbed) is removed with its source, not here. persistent-damage needs its damage and is applied on the sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | For set on a valued condition: the value, at least 1. | |
| action | Yes | list: the conditions on the actor. set: to a value (valued conditions) or present. increase and decrease: by amount (default 1); decreasing a valued condition to 0 removes it. remove. toggle: remove when present, else add with value 1. | |
| amount | No | For increase and decrease on a valued condition: the step, at least 1. Default 1. | |
| condition | No | Condition slug or name, e.g. "frightened", "off-guard" ("flat-footed" is accepted), "drained". Required except for list. | |
| actorIdentifier | Yes | Actor id, exact actor name (case is ignored when unique) or token id. |