rolldice: add page (#5811)

fix-hunspell-typos-042721
Vitor Appolinario 2021-04-22 20:17:40 +00:00 committed by GitHub
parent e0d1f28ce0
commit 6fd68b7097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/rolldice.md Normal file
View File

@ -0,0 +1,20 @@
# rolldice
> Roll virtual dice.
> More information: <https://manned.org/rolldice>.
- Roll a single 20 sided dice:
`rolldice d{{20}}`
- Roll two six sided dice and drop the lowest roll:
`rolldice {{2}}d{{6}}s{{1}}`
- Roll two 20 sided dice and add a modifier value:
`rolldice {{2}}d{{20}}{{+5}}`
- Roll a 20 sided dice two times:
`rolldice {{2}}xd{{20}}`