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

5 lines
185 B
JavaScript

let roll = await new Roll("1d10").roll()
roll.toMessage(this.script.getChatData({flavor : `${this.effect.name} (Durée)`}));
this.effect.updateSource({"duration.rounds" : roll.total})