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

5 lines
185 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let roll = await new Roll("1d10").roll()
roll.toMessage(this.script.getChatData({flavor : `${this.effect.name} (Durée)`}));
2024-05-16 17:57:51 +02:00
this.effect.updateSource({"duration.rounds" : roll.total})