mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 20:51:21 +01:00
Critical Damage formula
This commit is contained in:
parent
d071fadf7d
commit
6905f10032
2 changed files with 18 additions and 7 deletions
|
|
@ -599,6 +599,7 @@ export class DHDamageAction extends DHBaseAction {
|
|||
roll: { formula },
|
||||
targets: data.system?.targets.filter(t => t.hit) ?? data.targets,
|
||||
hasSave: this.hasSave,
|
||||
isCritical: data.system?.roll?.isCritical ?? false,
|
||||
source: data.system?.source,
|
||||
event
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue