mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
.
This commit is contained in:
parent
2c1f884b2a
commit
94a320b91c
1 changed files with 26 additions and 16 deletions
|
|
@ -97,12 +97,38 @@ Hooks.once('init', () => {
|
||||||
fields
|
fields
|
||||||
};
|
};
|
||||||
|
|
||||||
|
CONFIG.DH.ACTOR.characterResources.basic = {
|
||||||
|
id: 'basic',
|
||||||
|
initial: 0,
|
||||||
|
max: 4,
|
||||||
|
reverse: false,
|
||||||
|
label: 'Basic'
|
||||||
|
};
|
||||||
|
|
||||||
CONFIG.DH.ACTOR.characterResources.corruption = {
|
CONFIG.DH.ACTOR.characterResources.corruption = {
|
||||||
id: 'corruption',
|
id: 'corruption',
|
||||||
initial: 0,
|
initial: 0,
|
||||||
max: 4,
|
max: 4,
|
||||||
reverse: false,
|
reverse: false,
|
||||||
label: 'Corruption',
|
label: 'Corruption',
|
||||||
|
images: {
|
||||||
|
full: {
|
||||||
|
value: 'systems/daggerheart/assets/icons/domains/sage.svg',
|
||||||
|
isPath: true
|
||||||
|
},
|
||||||
|
empty: {
|
||||||
|
value: 'systems/daggerheart/assets/icons/domains/sage.svg',
|
||||||
|
isPath: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
CONFIG.DH.ACTOR.characterResources.fire = {
|
||||||
|
id: 'fire',
|
||||||
|
initial: 0,
|
||||||
|
max: 6,
|
||||||
|
reverse: false,
|
||||||
|
label: 'On Fire',
|
||||||
images: {
|
images: {
|
||||||
full: {
|
full: {
|
||||||
value: 'icons/magic/fire/barrier-wall-explosion-orange.webp',
|
value: 'icons/magic/fire/barrier-wall-explosion-orange.webp',
|
||||||
|
|
@ -133,22 +159,6 @@ Hooks.once('init', () => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
CONFIG.DH.ACTOR.characterResources.glitched = {
|
|
||||||
id: 'glitched',
|
|
||||||
initial: 0,
|
|
||||||
max: 6,
|
|
||||||
reverse: false,
|
|
||||||
label: 'Glitched',
|
|
||||||
images: {
|
|
||||||
full: {
|
|
||||||
value: 'fa-solid fa-robot'
|
|
||||||
},
|
|
||||||
empty: {
|
|
||||||
value: 'fa-regular fa-robot'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
game.system.registeredTriggers = new game.system.api.data.RegisteredTriggers();
|
game.system.registeredTriggers = new game.system.api.data.RegisteredTriggers();
|
||||||
|
|
||||||
const { DocumentSheetConfig } = foundry.applications.apps;
|
const { DocumentSheetConfig } = foundry.applications.apps;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue