Add all systems effects scripts + translations
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
let sourceActor = this.effect.sourceActor;
|
||||
let damage = args.totalWoundLoss;
|
||||
let tb = sourceActor.system.characteristics.t.bonus
|
||||
args.abort = `<strong>${this.effect.name}</strong>: Damage applied to ${sourceActor.name}`;
|
||||
args.abort = `<strong>${this.effect.name}</strong>: Dommages appliqués à ${sourceActor.name}`;
|
||||
|
||||
let message = await sourceActor.applyBasicDamage(damage - tb, {damageType: game.wfrp4e.config.DAMAGE_TYPE.IGNORE_AP, suppressMsg : true})
|
||||
|
||||
|
Reference in New Issue
Block a user