diff --git a/module/system/bol-utility.js b/module/system/bol-utility.js index 521bc7f..89e2381 100644 --- a/module/system/bol-utility.js +++ b/module/system/bol-utility.js @@ -167,6 +167,7 @@ export class BoLUtility { rollData.roll = myRoll; rollData.formula = formula; rollData.modifier = modifier; + rollData.nbDice = nbDice; rollData.finalScore = myRoll.total; let actor = game.actors.get(rollData.actorId); diff --git a/templates/roll/roll-dialog-weapon.hbs b/templates/roll/roll-dialog-weapon.hbs index aa188f1..e036742 100644 --- a/templates/roll/roll-dialog-weapon.hbs +++ b/templates/roll/roll-dialog-weapon.hbs @@ -1,6 +1,13 @@

{{title}}

+
+ + + + +
+
-
- - - - -