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

6 lines
206 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let roll = (await new Roll("1d10").roll())
roll.toMessage({flavor: "Wounds Healed", speaker : {alias : this.actor.name}})
this.actor.modifyWounds(roll.total)
this.actor.hasCondition("bleeding")?.delete();