mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
[Fix] V13 - Companion Fixes (#1840)
* Fixed companion initial max stress. Cleaned up prepareData flow * Clamped adversary resources
This commit is contained in:
parent
cfd9950aae
commit
3157fd450f
6 changed files with 24 additions and 21 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue