mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Updated Third Party Development Details (markdown)
parent
070b9bfc35
commit
bde94c5ec5
1 changed files with 6 additions and 0 deletions
|
|
@ -86,4 +86,10 @@ Hooks.once('init', () => {
|
|||
bpCost: 4
|
||||
};
|
||||
});
|
||||
```
|
||||
|
||||
## Custom Attribution Sources
|
||||
If you want to add a new attribution source to the system you can register them with `CONFIG.DH.GENERAL.attributionSources` in the Foundry init hook.
|
||||
```js
|
||||
CONFIG.DH.GENERAL.attributionSources.forevermore = { label: "Forevermore", values: [{ label: "Campaign - Forevermore" }] }
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue