From 6a63a90d8e5831e97b02cec4b67a6fb72285a2bb Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 30 Sep 2023 02:33:28 +0800 Subject: feat(terms): add DiceDefault and PlayerCard --- docs/Standard/Term/DefaultDice/_counts.md | 10 ++++++++++ docs/Standard/Term/DefaultDice/_sides.md | 7 +++++++ docs/Standard/Term/DefaultDice/index.md | 11 +++++++++++ docs/Standard/Term/PlayerCard/index.md | 11 +++++++++++ docs/Standard/Term/check/ability.md | 3 +-- docs/Standard/Term/default_dice/dice-count.md | 0 docs/Standard/Term/default_dice/dice-face.md | 10 ---------- docs/Standard/Term/default_dice/index.md | 10 ---------- docs/Standard/Term/dice-count.md | 10 ---------- docs/Standard/Term/dice-face.md | 7 ------- docs/Standard/Term/player_character/index.md | 10 ---------- 11 files changed, 40 insertions(+), 49 deletions(-) create mode 100644 docs/Standard/Term/DefaultDice/_counts.md create mode 100644 docs/Standard/Term/DefaultDice/_sides.md create mode 100644 docs/Standard/Term/DefaultDice/index.md create mode 100644 docs/Standard/Term/PlayerCard/index.md delete mode 100644 docs/Standard/Term/default_dice/dice-count.md delete mode 100644 docs/Standard/Term/default_dice/dice-face.md delete mode 100644 docs/Standard/Term/default_dice/index.md delete mode 100644 docs/Standard/Term/dice-count.md delete mode 100644 docs/Standard/Term/dice-face.md delete mode 100644 docs/Standard/Term/player_character/index.md (limited to 'docs/Standard/Term') diff --git a/docs/Standard/Term/DefaultDice/_counts.md b/docs/Standard/Term/DefaultDice/_counts.md new file mode 100644 index 00000000..bb6fa83a --- /dev/null +++ b/docs/Standard/Term/DefaultDice/_counts.md @@ -0,0 +1,10 @@ +--- +title: _counts 骰子个数 +--- + +!!! tip + 这是一个必须的值,根据不同规则书的要求设置相对应的值 + +### 属性说明 + +用于规定默认投掷时骰子的个数 \ No newline at end of file diff --git a/docs/Standard/Term/DefaultDice/_sides.md b/docs/Standard/Term/DefaultDice/_sides.md new file mode 100644 index 00000000..a5543278 --- /dev/null +++ b/docs/Standard/Term/DefaultDice/_sides.md @@ -0,0 +1,7 @@ +--- +title: _sides 骰子面数 +--- + +### 属性说明 + +用于规定默认投掷时骰子的面数 \ No newline at end of file diff --git a/docs/Standard/Term/DefaultDice/index.md b/docs/Standard/Term/DefaultDice/index.md new file mode 100644 index 00000000..812f9504 --- /dev/null +++ b/docs/Standard/Term/DefaultDice/index.md @@ -0,0 +1,11 @@ +--- +title: DefaultDice 默认骰子 +status: new +--- + +!!! tip + 这是一个必须的类,根据不同规则书的要求设置相对应的值 + +### 类说明 + +用于规定默认投掷时骰子的各种属性,例如默认骰子数量,面数 \ No newline at end of file diff --git a/docs/Standard/Term/PlayerCard/index.md b/docs/Standard/Term/PlayerCard/index.md new file mode 100644 index 00000000..f647b284 --- /dev/null +++ b/docs/Standard/Term/PlayerCard/index.md @@ -0,0 +1,11 @@ +--- +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 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 diff --git a/docs/Standard/Term/default_dice/index.md b/docs/Standard/Term/default_dice/index.md deleted file mode 100644 index 819f2531..00000000 --- a/docs/Standard/Term/default_dice/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: default-dice 默认骰子* ---- - -!!! tip - 这是一个必须的类,根据不同规则书的要求设置相对应的值 - -### 类型说明 - -用于规定默认投掷时骰子的各种属性,例如默认骰子数量,面数 \ No newline at end of file diff --git a/docs/Standard/Term/dice-count.md b/docs/Standard/Term/dice-count.md deleted file mode 100644 index d5941e3f..00000000 --- a/docs/Standard/Term/dice-count.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: count 骰子个数 ---- - -!!! tip - 这是一个必须的值,根据不同规则书的要求设置相对应的值 - -### 数值说明 - -用于规定默认投掷时骰子的个数 \ No newline at end of file diff --git a/docs/Standard/Term/dice-face.md b/docs/Standard/Term/dice-face.md deleted file mode 100644 index 3656f331..00000000 --- a/docs/Standard/Term/dice-face.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: face 骰子面数 ---- - -### 数值说明 - -用于规定默认投掷时骰子的面数 \ No newline at end of file diff --git a/docs/Standard/Term/player_character/index.md b/docs/Standard/Term/player_character/index.md deleted file mode 100644 index 5fe78e36..00000000 --- a/docs/Standard/Term/player_character/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: player-character 人物卡 ---- - -!!! tip - 这是一个可选实现但是{==建议尽量必须实现==}的方法,主要表现在规则书正是检定方法不同而有所不同上。 - -### 方法说明 - -用于规定人物卡的格式,包括人物属性,属性之间的计算关系等 \ No newline at end of file -- cgit v1.2.3-70-g09d2