TheCraiggers / Pathfinder-Discord-Bot

MIT License
24 stars 15 forks source link

Make dice rolls results more informative #26

Closed TheCraiggers closed 4 years ago

TheCraiggers commented 4 years ago

After moving to mathjs, all the math that is done is "hidden" to the player. They see their dice roll, and then a message saying what their skill was set to. But no mention of how it arrived at that number without looking up all their character's dynamic stats and doing the math themselves.

It should say something like: !roll perception Perception: {1d20}+Level+Trained = {14}+2+4 = 20

TheCraiggers commented 4 years ago

Fixed with merging of #27