mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
rolldice: add page (#5811)
This commit is contained in:
parent
e0d1f28ce0
commit
6fd68b7097
20
pages/linux/rolldice.md
Normal file
20
pages/linux/rolldice.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user