mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
Fix old armorscore AEs clobbering data
This commit is contained in:
parent
961e124ef2
commit
4948c79dd4
1 changed files with 6 additions and 1 deletions
|
|
@ -315,7 +315,12 @@ export default class DhCharacter extends DhCreature {
|
|||
label: 'DAGGERHEART.ACTORS.Character.defaultDisadvantageDice'
|
||||
})
|
||||
})
|
||||
})
|
||||
}),
|
||||
/** Accumulated armor score from all sources */
|
||||
armorScore: new fields.SchemaField({
|
||||
value: new fields.NumberField(),
|
||||
max: new fields.NumberField()
|
||||
}, { persisted: false })
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue