mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Added resources to the Homebrew Menu
This commit is contained in:
parent
a4a7b8e7ca
commit
2ac7ee0079
13 changed files with 488 additions and 122 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue