foundryvtt-wh4-lang-fr-fr/reference_scripts/ENGmwaItRXO5s0XY.js

6 lines
261 B
JavaScript

await this.actor.modifyWounds(this.actor.system.characteristics.t.bonus * 3)
this.script.scriptMessage(`Heals ${this.actor.system.characteristics.t.bonus * 3} Wounds`)
this.actor.hasCondition("bleeding")?.delete()
this.actor.hasCondition("fatigued")?.delete()