From 7f34f392f57e3d304ceb32cd27742c232103fdb1 Mon Sep 17 00:00:00 2001 From: Zhell Date: Thu, 21 Mar 2024 22:52:59 +0100 Subject: [PATCH] Add details about concentration to AE page --- wiki/Active-Effect-Guide.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/wiki/Active-Effect-Guide.md b/wiki/Active-Effect-Guide.md index a72a5a4844..128b60e20d 100644 --- a/wiki/Active-Effect-Guide.md +++ b/wiki/Active-Effect-Guide.md @@ -109,6 +109,22 @@ E.g. Paladin Aura of Protection | ------------------------------ | ----------- | ------------ | ---------- | | `system.attributes.init.bonus` | Add | `[formula]` | Yes | +## Concentration + +### Bonus to Concentration +Add a bonus to concentration saving throws. + +| Attribute Key | Change Mode | Effect Value | Roll Data? | +| ---------------------------------------------- | ----------- | ------------ | ---------- | +| `system.attributes.concentration.bonuses.save` | Add | `[formula]` | Yes | + +### Concentration Limit +Change the amount of effects you can maintain concentration on at the same time. + +| Attribute Key | Change Mode | Effect Value | Roll Data? | +| --------------------------------------- | ----------- | ------------ | ---------- | +| `system.attributes.concentration.limit` | Override | `[number]` | No | + --- ## Skills