浏览代码

Example of command doc done.

tags/v2.0.0
Roxie Gibson 5 年前
父节点
当前提交
ebc3a14943
共有 3 个文件被更改,包括 2 次插入12 次删除
  1. 二进制
      docs/assets/images/outputs/roll1.png
  2. 二进制
      docs/assets/images/outputs/roll2.png
  3. +2
    -12
      docs/commands.md

二进制
docs/assets/images/outputs/roll1.png 查看文件

之前 之后
宽度: 230  |  高度: 164  |  大小: 17KB

二进制
docs/assets/images/outputs/roll2.png 查看文件

之前 之后
宽度: 262  |  高度: 153  |  大小: 16KB

+ 2
- 12
docs/commands.md 查看文件

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

正在加载...
取消
保存