Added resources to the Homebrew Menu

This commit is contained in:
WBHarry 2026-03-09 18:53:48 +01:00
parent a4a7b8e7ca
commit 2ac7ee0079
13 changed files with 488 additions and 122 deletions

View file

@ -97,7 +97,7 @@ Hooks.once('init', () => {
fields
};
CONFIG.DH.ACTOR.characterResources.basic = {
CONFIG.DH.RESOURCE.characterResources.basic = {
id: 'basic',
initial: 0,
max: 4,
@ -105,7 +105,7 @@ Hooks.once('init', () => {
label: 'Basic'
};
CONFIG.DH.ACTOR.characterResources.corruption = {
CONFIG.DH.RESOURCE.characterResources.corruption = {
id: 'corruption',
initial: 0,
max: 4,
@ -123,7 +123,7 @@ Hooks.once('init', () => {
}
};
CONFIG.DH.ACTOR.characterResources.fire = {
CONFIG.DH.RESOURCE.characterResources.fire = {
id: 'fire',
initial: 0,
max: 6,
@ -143,7 +143,7 @@ Hooks.once('init', () => {
}
};
CONFIG.DH.ACTOR.characterResources.hunger = {
CONFIG.DH.RESOURCE.characterResources.hunger = {
id: 'hunger',
initial: 0,
max: 6,