ソースを参照

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.

読み込み中…
キャンセル
保存