dbkang / dice-expression-evaluator

Parses and evaluates dice expressions using randomized dice rolls
MIT License
6 stars 4 forks source link

Missing primary dice function #1

Open Zetawilk opened 7 years ago

Zetawilk commented 7 years ago

This dice bot is lacking a primary dice rolling function for narrative role-play gaming systems.

Cultural significance: https://en.wikipedia.org/wiki/Fudge_(role-playing_game_system)#Fudge_dice

shaunramsey commented 7 years ago

You can get Fudge functionality by using "4d3-8". In this case you're -2 from each d3. So a roll of 1 is 1-2 or a "-". A roll of 2 is 2-2 or a roll of " ". Finally, a roll of 3 is 3-2 or a roll of "+". The final given total will be the sum of "-" "+" and " " that you roll.