Skip to content

Commit

Permalink
Merge pull request #4822 from krbz999/4778-4820-wiki-bugfixes
Browse files Browse the repository at this point in the history
[#4778, #4820] Fix minor issues on AE wiki page.
  • Loading branch information
arbron authored Dec 4, 2024
2 parents a867709 + 426e059 commit 8d12e47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wiki/Active-Effect-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -296,12 +296,12 @@ system.bonuses.msak.attack
> <details>
> <summary>Attack Roll Types</summary>
>
> | 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`
> </details>
Expand Down Expand Up @@ -335,12 +335,12 @@ system.bonuses.msak.damage
> <details>
> <summary>Attack Roll Types</summary>
>
> | 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`
> </details>
Expand Down

0 comments on commit 8d12e47

Please sign in to comment.