mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Removed testing resources
This commit is contained in:
parent
270345ee12
commit
f72fb3cf31
1 changed files with 0 additions and 64 deletions
|
|
@ -97,70 +97,6 @@ Hooks.once('init', () => {
|
||||||
fields
|
fields
|
||||||
};
|
};
|
||||||
|
|
||||||
CONFIG.DH.RESOURCE.characterResources.basic = {
|
|
||||||
id: 'basic',
|
|
||||||
initial: 0,
|
|
||||||
max: 4,
|
|
||||||
reverse: false,
|
|
||||||
label: 'Basic'
|
|
||||||
};
|
|
||||||
|
|
||||||
CONFIG.DH.RESOURCE.characterResources.corruption = {
|
|
||||||
id: 'corruption',
|
|
||||||
initial: 0,
|
|
||||||
max: 4,
|
|
||||||
reverse: false,
|
|
||||||
label: 'Corruption',
|
|
||||||
images: {
|
|
||||||
full: {
|
|
||||||
value: 'systems/daggerheart/assets/icons/domains/sage.svg',
|
|
||||||
isIcon: false
|
|
||||||
},
|
|
||||||
empty: {
|
|
||||||
value: 'systems/daggerheart/assets/icons/domains/sage.svg',
|
|
||||||
isIcon: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
CONFIG.DH.RESOURCE.characterResources.fire = {
|
|
||||||
id: 'fire',
|
|
||||||
initial: 0,
|
|
||||||
max: 6,
|
|
||||||
reverse: false,
|
|
||||||
label: 'On Fire',
|
|
||||||
images: {
|
|
||||||
full: {
|
|
||||||
value: 'icons/magic/fire/barrier-wall-explosion-orange.webp',
|
|
||||||
isIcon: false,
|
|
||||||
noColorFilter: true
|
|
||||||
},
|
|
||||||
empty: {
|
|
||||||
value: 'icons/magic/fire/barrier-wall-flame-ring-blue.webp',
|
|
||||||
isIcon: false,
|
|
||||||
noColorFilter: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
CONFIG.DH.RESOURCE.characterResources.hunger = {
|
|
||||||
id: 'hunger',
|
|
||||||
initial: 0,
|
|
||||||
max: 6,
|
|
||||||
reverse: false,
|
|
||||||
label: 'Hunger',
|
|
||||||
images: {
|
|
||||||
full: {
|
|
||||||
value: 'fa-solid fa-burger',
|
|
||||||
isIcon: true
|
|
||||||
},
|
|
||||||
empty: {
|
|
||||||
value: 'fa-regular fa-burger',
|
|
||||||
isIcon: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
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