From f39d71e0ec2a1d5018243440a8c365dfce2ad92c Mon Sep 17 00:00:00 2001 From: MaxPat931 <86370342+MaxPat931@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:01:31 -0700 Subject: [PATCH] Override AC --- wiki/Active-Effect-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Active-Effect-Guide.md b/wiki/Active-Effect-Guide.md index f23b317461..c1cfc6a718 100644 --- a/wiki/Active-Effect-Guide.md +++ b/wiki/Active-Effect-Guide.md @@ -232,7 +232,7 @@ E.g. An Item or Spell which sets the Actor's AC to `12 + Int` for the duration. | Attribute Key | Change Mode | Effect Value | | -------- | -------- | -------- | | `system.attributes.ac.calc` | Override | `custom` | -| `system.attributes.ac.formula` | Custom | `12 + @abilities.int.mod` | +| `system.attributes.ac.formula` | Override | `12 + @abilities.int.mod` | ---