The bot now supports Ars Magica with stress and botch rolls.
.stress + 5 <-- automatically rolls a 0-9, rerolls 1's, and flags 0s .botch 3 <-- rolls 3 botch dice .d10+5.stress <-- the .stress tag converts d10 to stress dice
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.
The bot now supports Ars Magica with stress and botch rolls.
.stress + 5 <-- automatically rolls a 0-9, rerolls 1's, and flags 0s .botch 3 <-- rolls 3 botch dice .d10+5.stress <-- the .stress tag converts d10 to stress dice