A dice roller to Legends of the five rings 4th Edition.
It captures chat message and converts to a Foundry VTT roll pattern and shows the result with the Legend of Five Rings text roll.
- It makes roll with different explosion numbers;
- Accepts Untrained rolls;
- Accepts Emphases rolls;
Syntax Allowed: XkYxZ+A or uXkY+A or eXkYxZ+A
- u = untrained roll (no explosion);
- e = emphasis roll (reroll the 1 of the first roll);
- X = Number of rolled dice;
- Y = Number of kept dice;
- Z = Number equal or higher to explode;
- A = Bonus applied.
Example:
- 10k6 is converted to '/r 10d10k6x>=10'
- 10k8x9 is converted to '/r 10d10k8x>=9'
- u10k7 is converted to '/r 10d10k7'
- e10k5x8 is converted to '/r 10d10r1k5x>=8
It can be used with roll, GM roll, self roll, blind roll and deferred inline roll.
Example:
- /r or /roll 6k5;
- /gmr or /gmroll 6k5;
- /sr or /selfroll 6k5;
- /br or /broll or /blindroll 6k5;
- Message [[/r 6k5]] works well;