foundryvtt-wh4-lang-fr-fr/scripts/8rq4GL5d5nCn4kO7.js

7 lines
249 B
JavaScript

let caster = this.effect.sourceActor
if (caster)
{
let healed= caster.characteristics.wp.bonus
this.actor.modifyWounds(healed);
this.script.scriptMessage(`<strong>${this.actor.prototypeToken.name}</strong> regagne ${healed} Blessures`)
}