forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
5
reference_scripts/dcwY8dCd3PNCEzk6.js
Normal file
5
reference_scripts/dcwY8dCd3PNCEzk6.js
Normal file
@ -0,0 +1,5 @@
|
||||
let current = this.actor.status.fate.value
|
||||
|
||||
this.actor.update({"system.status.fate.value" : current + 1})
|
||||
|
||||
this.script.scriptMessage(`<b>${this.actor.prototypeToken.name}</b> fate points increased from ${current} to ${current + 1}`)
|
Reference in New Issue
Block a user