Skip to content

Commit

Permalink
Fix copy/paste error in magical armor example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelad02 authored and Fyorl committed Aug 15, 2024
1 parent 3f16cff commit 36a217c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki/Enchantment.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ system.proficient

Make the armor magical by adding the Magical property and an optional Magical Bonus that will be added to AC.

| Attribute Key | Change Mode | Effect Value | Roll Data? |
| --------------------- | ----------- | ------------ | ---------- |
| `system.properties` | Add | `mgc` | No |
| `system.magicalBonus` | Override | `[number]` | No |
| Attribute Key | Change Mode | Effect Value | Roll Data? |
| --------------------------- | ----------- | ------------ | ---------- |
| `system.properties` | Add | `mgc` | No |
| `system.armor.magicalBonus` | Override | `[number]` | No |

### Tool Examples

Expand Down

0 comments on commit 36a217c

Please sign in to comment.