From 6fd68b7097f3fe2f4bd970b3f0583c97e14fa3f6 Mon Sep 17 00:00:00 2001 From: Vitor Appolinario Date: Thu, 22 Apr 2021 20:17:40 +0000 Subject: [PATCH] rolldice: add page (#5811) --- pages/linux/rolldice.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/rolldice.md diff --git a/pages/linux/rolldice.md b/pages/linux/rolldice.md new file mode 100644 index 000000000..28352cc9f --- /dev/null +++ b/pages/linux/rolldice.md @@ -0,0 +1,20 @@ +# rolldice + +> Roll virtual dice. +> More information: . + +- 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}}`