Files
wfrp-4e-de/scripts/A6DcKPzAGntzSCil.js
T
2025-05-10 00:11:46 +02:00

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})