Ver código fonte

Example of command doc done.

tags/v2.0.0
Roxie Gibson 5 anos atrás
pai
commit
ebc3a14943
3 arquivos alterados com 2 adições e 12 exclusões
  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 Ver arquivo

Antes Depois
Largura: 230  |  Altura: 164  |  Tamanho: 17KB

BIN
docs/assets/images/outputs/roll2.png Ver arquivo

Antes Depois
Largura: 262  |  Altura: 153  |  Tamanho: 16KB

+ 2
- 12
docs/commands.md Ver arquivo

@@ -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.

Carregando…
Cancelar
Salvar