Advanced Rolls - dukemadcat/dukes-dice-roller GitHub Wiki
Every roll made as a single roll will be executed in 3 possible ways:
- If you are a GM or player and did select any token you are allowed to control the roll will be executed this token and the attributs of this token will be used for advanced dice rolls as attribute modifiers.
- If you are a player and did not select any token your character will execute your rolls and also attribute values will be taken from your character´s sheet.
- If you are a GM and did not select any token but you tried to use an attribute as modifier an error message will remind you to select a token first.
Advanced rolls
The advanced rolls give possibilities to create more complex dice rolls.
- Dice count
- Dice type
- Ability modifier
- Other modifier
Optional settings
None
No modification will be applied to your dice roll.
Explode
If for example used for 4d4
the roll command would be like /r 4d4x
. Any roll of 4 will trigger a new die to be rolled.
Advantage
As usual in dnd5e two dice are used for a throw with advantage and the higher result is retained.
To roll a d20 like this, the command would look like ´/r 2d20kh´.
Elven Accurancy
This dnd5e trait allows to roll an additional die on advantage as described under the option.
To roll a d20 like this with advantage, the command would look like ´/r 3d20kh´.
Disadvantage
Similar to advantage in dnd5e two dice are used for a throw with disadvantage and the lower result is retained.
To roll a d20 like this, the command would look like ´/r 2d20kl´.
Count success
Will count rolled dice that meet a given condition like:
- greater than
- greater than or equal
- lower than
- lower than or equal
A condition can be selected in the dropdown (1) and a border can be specified in the input (2).