2025-03-14 21:59:59 -06:00
|
|
|
# rolldice
|
|
|
|
|
|
|
|
|
|
> Roll virtual dice.
|
|
|
|
|
> More information: <https://manned.org/rolldice>.
|
|
|
|
|
|
|
|
|
|
- Roll a single 20 sided dice:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`rolldice d20`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Roll two six sided dice and drop the lowest roll:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`rolldice 2d6s1`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Roll two 20 sided dice and add a modifier value:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`rolldice 2d20{{+5}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Roll a 20 sided dice two times:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`rolldice 2xd20`
|