forked from projectmoon/tenebrous-dicebot
Updating README for keep/drop
This commit is contained in:
parent
069ee47364
commit
8317f40f61
12
README.md
12
README.md
|
@ -118,8 +118,16 @@ expressions.
|
||||||
!r 3d12 - 5d2 + 3 - 7d3 + 20d20
|
!r 3d12 - 5d2 + 3 - 7d3 + 20d20
|
||||||
```
|
```
|
||||||
|
|
||||||
This system does not yet have the capability to handle things like D&D
|
#### Keep/Drop Dice
|
||||||
5e advantage or disadvantage.
|
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
|
### Storytelling System
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue