Remove unused companion hope resource

This commit is contained in:
Carlos Fernandez 2026-04-26 04:52:51 -04:00
parent 899f286def
commit 805535c0bb
2 changed files with 0 additions and 9 deletions

View file

@ -60,12 +60,6 @@ const companionBaseResources = Object.freeze({
max: 3,
reverse: true,
label: 'DAGGERHEART.GENERAL.stress'
},
hope: {
id: 'hope',
initial: 0,
reverse: false,
label: 'DAGGERHEART.GENERAL.hope'
}
});