Updating README for keep/drop
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Matthew Sparks 2021-09-16 23:12:23 -04:00
parent 069ee47364
commit 8317f40f61
1 changed files with 10 additions and 2 deletions

View File

@ -118,8 +118,16 @@ expressions.
!r 3d12 - 5d2 + 3 - 7d3 + 20d20
```
This system does not yet have the capability to handle things like D&D
5e advantage or disadvantage.
#### Keep/Drop Dice
The bot supports either keeping the highest dice in a roll, or
dropping the highest dice in a roll. This allows the bot to handle
things like D&D 5e advantage or disadvantage.
```
!roll 2d20k1
!r 2d20d1 + 5
!r 10d10k5 + 10d10d5 - 2
```
### Storytelling System