From 36a217c59ddd7166c95909e8dcb6b214dd8352f5 Mon Sep 17 00:00:00 2001 From: Chris Seieroe Date: Thu, 15 Aug 2024 10:38:18 -0700 Subject: [PATCH] Fix copy/paste error in magical armor example --- wiki/Enchantment.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/Enchantment.md b/wiki/Enchantment.md index b079f3b36d..8dbc3f4a62 100644 --- a/wiki/Enchantment.md +++ b/wiki/Enchantment.md @@ -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