From bde94c5ec5a7402d744f2495e4500a2a50700879 Mon Sep 17 00:00:00 2001 From: CPTN_Cosmo Date: Sat, 30 May 2026 22:59:23 +0200 Subject: [PATCH] Updated Third Party Development Details (markdown) --- Third-Party-Development-Details.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Third-Party-Development-Details.md b/Third-Party-Development-Details.md index d0c791d..de4b2c9 100644 --- a/Third-Party-Development-Details.md +++ b/Third-Party-Development-Details.md @@ -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" }] } ``` \ No newline at end of file