From 2b397e0019d7e4b9236c2d3bde5f5d83ac79aa76 Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:08:32 +0200 Subject: [PATCH] Updated Module Builder Information (markdown) --- Module-Builder-Information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module-Builder-Information.md b/Module-Builder-Information.md index c3f0402..b0d4c3d 100644 --- a/Module-Builder-Information.md +++ b/Module-Builder-Information.md @@ -19,7 +19,7 @@ Hooks.once('init', () => { image ## Weapon & Armor Features -In the `init` hook, you can register custom weapon and armor feautures so they can be easily selected onto weapons and armor. This is done by defining new key/object pairs on `CONFIG.DH.ITEM.weaponFeatures`/`CONFIG.DH.ITEM.armorFeatures`. +In the `init` hook, you can register custom weapon and armor features so they can be easily selected onto weapons and armor. This is done by defining new key/object pairs on `CONFIG.DH.ITEM.weaponFeatures`/`CONFIG.DH.ITEM.armorFeatures`. The data structure has many options, but two examples would be: ```js Hooks.once('init', () => {