Skip to content

Commit

Permalink
fix: 修改ri指令示例部分bug (#272)
Browse files Browse the repository at this point in the history
* 修改ri指令示例部分bug

* Update docs/use/dnd5e.md

---------

Co-authored-by: Xiangze Li <lee_johnson@qq.com>
  • Loading branch information
Director259 and Xiangze-Li authored Sep 26, 2024
1 parent ce22cd4 commit e8cc2e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/use/dnd5e.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ title: 龙与地下城 5E

`.ri <先攻值> [<角色名>]` 为指定角色设定先攻值。如果省略角色名则默认为当前角色,以下的角色名部分相同。

其中,先攻值部分支持以下三种写法
其中,先攻值部分支持以下四种写法

1. `.ri 12` 固定值 12;
2. `.ri +2` 掷骰 D20+2;
3. `.ri =D20+3` 掷骰 D15+3。
3. `.ri =D20+3` 掷骰 D20+3;
4. `.ri +1D8` 掷骰 D20+1D8。

`.ri <单项>, <单项>, ...` 批量设定多个角色的先攻值,每个单项都是 `<先攻值> <角色名>` 形式。

Expand Down

0 comments on commit e8cc2e7

Please sign in to comment.