Files
wfrp-4e-de/reference_scripts/UgQW0UMPOZ0jwfVJ.js
T
2025-05-10 00:11:46 +02:00

5 lines
241 B
JavaScript

let current = this.actor.status.fortune.value
this.actor.update({"system.status.fortune.value" : 1 + current})
this.script.scriptMessage(`<b>${this.actor.prototypeToken.name}</b> fortune points increased from ${current} to ${1 + current}`)