Updated Module Builder Information (markdown)

WBHarry 2026-07-16 02:08:32 +02:00
parent 27da3d8e6c
commit 2b397e0019

@ -19,7 +19,7 @@ Hooks.once('init', () => {
<img width="837" height="958" alt="image" src="https://github.com/user-attachments/assets/890943e5-ff48-4500-b3c5-a1450cc8765b" />
## 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', () => {