Critical Damage formula (#258)

This commit is contained in:
Dapoulp 2025-07-04 13:18:48 +02:00 committed by GitHub
parent 064011fffa
commit 099a4576da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 7 deletions

View file

@ -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
};