Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Oct 7, 2023
1 parent 64dd4a5 commit 38e1235
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@

其中1d3相当于生成一个3面骰子的数值,2d3生成两个3面骰子的总计数值。

此外可以通过`#`连续生成数个骰子结果,指令参考如下所示:
```
输入指令:
.r3#4d6
返回结果:
4D6=(5+6+5+5)=21
4D6=(1+3+3+3)=10
4D6=(6+4+3+1)=14
```
其中3为连续生成的次数。4为骰子个数,6为骰子面数。

注意: 连续生成的次数范围: `[1,20]` 超出范围都视为参数错误。


## .st

该指令可以设置你自己的检测属性数值,如果你使用过coc7自动卡,相信你一定会知道,在excel中的简化表有一段由自动卡生成的属性代码。
Expand Down

0 comments on commit 38e1235

Please sign in to comment.