Add all systems effects scripts + translations
This commit is contained in:
9
reference_scripts/LyAK0dVDS5L09yq2.js
Normal file
9
reference_scripts/LyAK0dVDS5L09yq2.js
Normal file
@ -0,0 +1,9 @@
|
||||
let caster = this.effect.sourceActor
|
||||
|
||||
if (caster)
|
||||
{
|
||||
let bonus = caster.system.characteristics.wp.bonus
|
||||
this.actor.modifyWounds(bonus)
|
||||
|
||||
this.script.scriptMessage(`<strong>${this.actor.prototypeToken.name}</strong> regains ${bonus} Wounds`)
|
||||
}
|
Reference in New Issue
Block a user