-
Let's add some flavor to our responses, dependent on how we roll. We can do this by using conditionals. We'll put a command that only triggers if a certain condition is met. For example, let's add "Cr…
-
Let's add some flavor to our responses, dependent on how we roll. We can do this by using conditionals. We'll put a command that only triggers if a certain condition is met. For example, let's add "Cr…
-
Currently there is no way on the character sheet to view the dice to the rolled and modifiers to be added directly on the character sheet. Adding a column in the equipment tab which has this listed fo…
-
### Description
When the chat post updates the roll results, it shows the die size that was rolled. I was playing on a stream when there was some confusion on whether or not particular modifiers had …
-
OK, not really an issue (I think) but rather an usage question…
I try to roll a die whose "values" are strings (mostly to concatenate them into image paths, as done in the smilies example).
If I try t…
Jym77 updated
8 years ago
-
**Is your feature request related to a problem? Please describe.**
In my campaign, long rest healing is (total hit dice + CON mod)/2
For example, a 5th level barbarian with CON 16 would roll 5d12 to…
-
## Prerequisite
* Activating crit and fumble rolls via `rollConfig.js`
* Using module "Dice so Nice" for dice animations
## Description
When rolling a crit or fumble no dice animation is shown b…
-
ATM it's a bit hard to tell which dice in a roll are resource dice.
I did notice that the dice roller keeps the dice in order they were added to the pool so it is possible to work it out but it defin…
-
I have code:
```
from itertools import product
def prob(dice, pips, target):
rolls = product(range(1, pips+1), repeat=dice)
targets = sum(1 for roll in rolls if sum(roll) == target)
…
-
Let's add some flavor to our responses, dependent on how we roll. We can do this by using conditionals. We'll put a command that only triggers if a certain condition is met. For example, let's add "Cr…