Tabletop | Role-Playing
Bogsy's Dice bot is a dice assistant with named modifiers and quickrolls that supports slash commands. If you're playing tabletop games with dice on discord, you can define quickrolls and modifiers to make rolling easier. Here's an example:
.WIS = +4
.Level = 9
.Expert = +4
.perception = d20+WIS+Level+Expert
Then you can roll a perception check like this:
.perception
and the bot responds like this:
Perception = 1d20 {12} + WIS {4} + Level {9} + Expert {4} = :sparkles: 29 :sparkles:
When your Level modifier changes, just update it and all rolls that use Level will update.