forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
5
reference_scripts/A6DcKPzAGntzSCil.js
Normal file
5
reference_scripts/A6DcKPzAGntzSCil.js
Normal file
@ -0,0 +1,5 @@
|
||||
let roll = await new Roll("1d10").roll()
|
||||
|
||||
roll.toMessage(this.script.getChatData({flavor : `${this.effect.name} (Duration)`}));
|
||||
|
||||
this.effect.updateSource({"duration.rounds" : roll.total})
|
Reference in New Issue
Block a user