diff options
| author | 2023-09-30 02:33:28 +0800 | |
|---|---|---|
| committer | 2023-09-30 02:33:28 +0800 | |
| commit | 6a63a90d8e5831e97b02cec4b67a6fb72285a2bb (patch) | |
| tree | b12f1aa4c81625714a0ac6be87c313f8fddf4871 /docs/Standard | |
| parent | 7eb7fc43ce1d95d86f5c5b9963213dfb43474a8b (diff) | |
| download | infini-6a63a90d8e5831e97b02cec4b67a6fb72285a2bb.tar.gz infini-6a63a90d8e5831e97b02cec4b67a6fb72285a2bb.zip | |
feat(terms): add DiceDefault and PlayerCard
Diffstat (limited to 'docs/Standard')
| -rw-r--r-- | docs/Standard/Term/DefaultDice/_counts.md (renamed from docs/Standard/Term/dice-count.md) | 4 | ||||
| -rw-r--r-- | docs/Standard/Term/DefaultDice/_sides.md (renamed from docs/Standard/Term/dice-face.md) | 4 | ||||
| -rw-r--r-- | docs/Standard/Term/DefaultDice/index.md (renamed from docs/Standard/Term/default_dice/index.md) | 5 | ||||
| -rw-r--r-- | docs/Standard/Term/PlayerCard/index.md (renamed from docs/Standard/Term/player_character/index.md) | 5 | ||||
| -rw-r--r-- | docs/Standard/Term/check/ability.md | 3 | ||||
| -rw-r--r-- | docs/Standard/Term/default_dice/dice-count.md | 0 | ||||
| -rw-r--r-- | docs/Standard/Term/default_dice/dice-face.md | 10 |
7 files changed, 11 insertions, 20 deletions
diff --git a/docs/Standard/Term/dice-count.md b/docs/Standard/Term/DefaultDice/_counts.md index d5941e3f..bb6fa83a 100644 --- a/docs/Standard/Term/dice-count.md +++ b/docs/Standard/Term/DefaultDice/_counts.md @@ -1,10 +1,10 @@ --- -title: count 骰子个数 +title: _counts 骰子个数 --- !!! tip 这是一个必须的值,根据不同规则书的要求设置相对应的值 -### 数值说明 +### 属性说明 用于规定默认投掷时骰子的个数
\ No newline at end of file diff --git a/docs/Standard/Term/dice-face.md b/docs/Standard/Term/DefaultDice/_sides.md index 3656f331..a5543278 100644 --- a/docs/Standard/Term/dice-face.md +++ b/docs/Standard/Term/DefaultDice/_sides.md @@ -1,7 +1,7 @@ --- -title: face 骰子面数 +title: _sides 骰子面数 --- -### 数值说明 +### 属性说明 用于规定默认投掷时骰子的面数
\ No newline at end of file diff --git a/docs/Standard/Term/default_dice/index.md b/docs/Standard/Term/DefaultDice/index.md index 819f2531..812f9504 100644 --- a/docs/Standard/Term/default_dice/index.md +++ b/docs/Standard/Term/DefaultDice/index.md @@ -1,10 +1,11 @@ --- -title: default-dice 默认骰子* +title: DefaultDice 默认骰子 +status: new --- !!! tip 这是一个必须的类,根据不同规则书的要求设置相对应的值 -### 类型说明 +### 类说明 用于规定默认投掷时骰子的各种属性,例如默认骰子数量,面数
\ No newline at end of file diff --git a/docs/Standard/Term/player_character/index.md b/docs/Standard/Term/PlayerCard/index.md index 5fe78e36..f647b284 100644 --- a/docs/Standard/Term/player_character/index.md +++ b/docs/Standard/Term/PlayerCard/index.md @@ -1,10 +1,11 @@ --- -title: player-character 人物卡 +title: PlayerCard 人物卡 +status: new --- !!! tip 这是一个可选实现但是{==建议尽量必须实现==}的方法,主要表现在规则书正是检定方法不同而有所不同上。 -### 方法说明 +### 类说明 用于规定人物卡的格式,包括人物属性,属性之间的计算关系等
\ No newline at end of file diff --git a/docs/Standard/Term/check/ability.md b/docs/Standard/Term/check/ability.md index 6aab62b2..7bef7a88 100644 --- a/docs/Standard/Term/check/ability.md +++ b/docs/Standard/Term/check/ability.md @@ -1,7 +1,6 @@ --- title: ability 检定 -icon: material/tooltip-plus -status: question +status: attention --- !!! warning 关于这部分内容请[移步正式术语][redirect]: [`check 检定`](/Standard/Term/check/) diff --git a/docs/Standard/Term/default_dice/dice-count.md b/docs/Standard/Term/default_dice/dice-count.md deleted file mode 100644 index e69de29b..00000000 --- a/docs/Standard/Term/default_dice/dice-count.md +++ /dev/null diff --git a/docs/Standard/Term/default_dice/dice-face.md b/docs/Standard/Term/default_dice/dice-face.md deleted file mode 100644 index dedab40a..00000000 --- a/docs/Standard/Term/default_dice/dice-face.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: count 骰子面数 ---- - -!!! tip - 这是一个必须的值,根据不同规则书的要求设置相对应的值 - -### 类型说明 - -用于规定默认投掷时骰子的面数
\ No newline at end of file |
