Merged with feature/custom-resources

This commit is contained in:
WBHarry 2026-03-10 18:46:07 +01:00
commit 5e6b0f9a75
10 changed files with 28 additions and 31 deletions

View file

@ -57,18 +57,6 @@ export const abilities = {
}
};
export const getScrollingTextResources = actorType => ({
armor: {
label: 'DAGGERHEART.GENERAL.armor',
reverse: true
},
...(actorType === 'character'
? allCharacterResources()
: actorType === 'adversary'
? allAdversaryResources
: allCompanionResources)
});
export const featureProperties = {
agility: {
name: 'DAGGERHEART.CONFIG.Traits.agility.name',