Skip to content

Commit

Permalink
rolldice: add page (tldr-pages#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
vappolinario authored Apr 22, 2021
1 parent e0d1f28 commit 6fd68b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/linux/rolldice.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 6fd68b7

Please sign in to comment.