2024-05-16 17:57:51 +02:00
|
|
|
let caster = this.effect.sourceActor
|
|
|
|
|
|
|
|
if (caster)
|
|
|
|
{
|
|
|
|
let bonus = caster.system.characteristics.wp.bonus
|
|
|
|
this.actor.modifyWounds(bonus)
|
|
|
|
|
2024-05-17 09:19:48 +02:00
|
|
|
this.script.scriptMessage(`<strong>${this.actor.prototypeToken.name}</strong> récupère ${bonus} Blessures`)
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|