Browse Source

Example of command doc done.

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
ebc3a14943
3 changed files with 2 additions and 12 deletions
  1. BIN
      docs/assets/images/outputs/roll1.png
  2. BIN
      docs/assets/images/outputs/roll2.png
  3. +2
    -12
      docs/commands.md

BIN
docs/assets/images/outputs/roll1.png View File

Before After
Width: 230  |  Height: 164  |  Size: 17KB

BIN
docs/assets/images/outputs/roll2.png View File

Before After
Width: 262  |  Height: 153  |  Size: 16KB

+ 2
- 12
docs/commands.md View File

@@ -29,21 +29,11 @@ Rolls a die using dice expression format. Spaces in the expression are ignored.
!!! example "Examples"
Roll one d10 two times
;roll d10x2
Output
Roll 1: (8) Totaling: 8
Roll 2: (4) Totaling: 4

![Output](assets/images/outputs/roll1.png)

Roll two d20s and takes the highest value, then adds 7
;roll 2d20h1 + 7
Output
Rolled: (10,7) + 7 Totaling: 17
![Output](assets/images/outputs/roll2.png)


An expression can consist of many sub expressions added together and then a multiplier at the end to indicate how many times the expression should be rolled.

Loading…
Cancel
Save