mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Updated Module Builder Information (markdown)
parent
27da3d8e6c
commit
2b397e0019
1 changed files with 1 additions and 1 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue