5 lines
185 B
JavaScript
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}) |