Fixed companion initial max stress. Cleaned up prepareData flow

This commit is contained in:
WBHarry 2026-04-26 11:08:58 +02:00
parent cfd9950aae
commit afd6cdb0bc
5 changed files with 21 additions and 21 deletions

View file

@ -57,16 +57,10 @@ const companionBaseResources = Object.freeze({
stress: {
id: 'stress',
initial: 0,
max: 0,
max: 3,
reverse: true,
label: 'DAGGERHEART.GENERAL.stress'
},
hope: {
id: 'hope',
initial: 0,
reverse: false,
label: 'DAGGERHEART.GENERAL.hope'
}
});
export const character = {