mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
before PR
This commit is contained in:
parent
ca6dc047eb
commit
99898ade79
3 changed files with 26 additions and 444 deletions
|
|
@ -68,7 +68,7 @@ export default class DHDualityRoll extends foundry.abstract.TypeDataModel {
|
|||
}
|
||||
|
||||
get modifierTotal() {
|
||||
// return {value: 12, label: "+12"}
|
||||
return {value: 12, label: "+12"}
|
||||
const total = this.modifiers.reduce((acc, x) => acc + x.value, 0);
|
||||
return {
|
||||
value: total,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue