Closed lucasishuman closed 2 years ago
You can do 3d6+3d10@3,3,3,8,8,8
. The deterministic values are assigned in the order they're processed from left to right. If a value is not assigned then the die will roll as normal.
Box.roll(['2d4@1,3','2d6@4,4','1d20@14'])
would be nice to have but I did not set up the dice parser in this project.
Excellent - thank you for the info.
In the README it shows that you can specify the results for a given roll like ~
How can one specify multiple values for multiple dice types? I don't see anything in the docs like this, so maybe it's not currently supported?
I'm looking for something like...
Thanks!