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

6 lines
353 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let fortunePoints = this.effect.sourceTest.result.overcast.usage.other.current
let current = this.actor.status.fortune.value
this.actor.update({"system.status.fortune.value" : fortunePoints + current})
this.script.scriptMessage(`<b>${this.actor.prototypeToken.name}</b> voit ses Points de Chance augmenter de ${current} à ${fortunePoints + current}`)