From 426e059f9f546fc77d99b5c7fbdc6a64c131c2a1 Mon Sep 17 00:00:00 2001 From: Zhell Date: Wed, 4 Dec 2024 20:33:25 +0100 Subject: [PATCH] [#4778, #4820] Fix minor issues on AE wiki page. --- wiki/Active-Effect-Guide.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wiki/Active-Effect-Guide.md b/wiki/Active-Effect-Guide.md index b7527eaf3f..19715c9234 100644 --- a/wiki/Active-Effect-Guide.md +++ b/wiki/Active-Effect-Guide.md @@ -93,7 +93,7 @@ E.g. an Item or potion that sets an ability score to a set value, if the value d | Attribute Key | Change Mode | Effect Value | Roll Data? | | -------------------------------- | ----------- | ------------ | ---------- | -| `system.bonuses.abilities.skill` | Add | `[formula]` | Yes | +| `system.bonuses.abilities.check` | Add | `[formula]` | Yes | ### Bonus to All Saving Throws @@ -296,12 +296,12 @@ system.bonuses.msak.attack >
> Attack Roll Types > -> | Movement Type | Value | +> | Attack Roll Type | Value | > | -------------------- | ------ | -> | Melee Spell attack | `msak` | > | Melee Weapon attack | `mwak` | -> | Ranged Spell attack | `rsak` | > | Ranged Weapon attack | `rwak` | +> | Melee Spell attack | `msak` | +> | Ranged Spell attack | `rsak` | > > Source: `CONFIG.DND5E.itemActionTypes` >
@@ -335,12 +335,12 @@ system.bonuses.msak.damage >
> Attack Roll Types > -> | Movement Type | Value | +> | Attack Roll Type | Value | > | -------------------- | ------ | -> | Melee Spell attack | `msak` | > | Melee Weapon attack | `mwak` | -> | Ranged Spell attack | `rsak` | > | Ranged Weapon attack | `rwak` | +> | Melee Spell attack | `msak` | +> | Ranged Spell attack | `rsak` | > > Source: `CONFIG.DND5E.itemActionTypes` >