2024-05-16 17:57:51 +02:00
|
|
|
let caster = this.effect.sourceActor
|
|
|
|
if (caster)
|
|
|
|
{
|
|
|
|
let healed= caster.characteristics.wp.bonus
|
|
|
|
this.actor.modifyWounds(healed);
|
2024-05-17 01:07:37 +02:00
|
|
|
this.script.scriptMessage(`<strong>${this.actor.prototypeToken.name}</strong> regagne ${healed} Blessures`)
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|