Added a Setting that controls if scroll texts should be shown on resource change

This commit is contained in:
WBHarry 2025-08-04 22:45:25 +02:00
parent 02a8a9c313
commit 822ec82d63
7 changed files with 95 additions and 1 deletions

View file

@ -55,6 +55,24 @@ export const abilities = {
}
};
export const scrollingTextResource = {
hitPoints: {
label: 'DAGGERHEART.GENERAL.HitPoints.plural',
reversed: true
},
stress: {
label: 'DAGGERHEART.GENERAL.stress',
reversed: true
},
hope: {
label: 'DAGGERHEART.GENERAL.hope'
},
armor: {
label: 'DAGGERHEART.GENERAL.armor',
reversed: true
}
};
export const featureProperties = {
agility: {
name: 'DAGGERHEART.CONFIG.Traits.agility.name',