foundryvtt-wh4-lang-fr-fr/scripts/lU4s3UTtBkU38djI.js

4 lines
212 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
this.actor.addCondition("entangled")
let msg = `<b>${this.actor.prototypeToken.name}</b> loses 1 Wound and gains 1 <strong>Entangled</strong> Condition.`
this.script.scriptMessage(msg)
this.actor.modifyWounds(-1)