aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author白咕咕 <2432115441@qq.com>2023-08-04 21:39:38 +0800
committer白咕咕 <2432115441@qq.com>2023-08-04 21:39:38 +0800
commitef9dbb51d22a080653b3963e12cc5c49d71e6fcf (patch)
tree6e8b34a9f5faad36480e84c9c22d8527ade4bbdd
parent21830a1b8b3228aea799fbdc8e9fc8ef7245ce5d (diff)
downloadinfini-ef9dbb51d22a080653b3963e12cc5c49d71e6fcf.tar.gz
infini-ef9dbb51d22a080653b3963e12cc5c49d71e6fcf.zip
补齐缺失的md
-rw-r--r--docs/Standard/Term/default_dice/dice-face.md10
-rw-r--r--docs/Standard/Term/default_dice/index.md10
-rw-r--r--docs/Standard/Term/dice-count.md10
-rw-r--r--docs/Standard/Term/dice-face.md7
-rw-r--r--docs/Standard/Term/pc-count.md0
-rw-r--r--docs/Standard/Term/player_character/index.md10
-rw-r--r--docs/Standard/Term/setting.md1
-rw-r--r--mkdocs.yml1
8 files changed, 48 insertions, 1 deletions
diff --git a/docs/Standard/Term/default_dice/dice-face.md b/docs/Standard/Term/default_dice/dice-face.md
index e69de29b..dedab40a 100644
--- a/docs/Standard/Term/default_dice/dice-face.md
+++ b/docs/Standard/Term/default_dice/dice-face.md
@@ -0,0 +1,10 @@
+---
+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
index e69de29b..819f2531 100644
--- a/docs/Standard/Term/default_dice/index.md
+++ b/docs/Standard/Term/default_dice/index.md
@@ -0,0 +1,10 @@
+---
+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
index e69de29b..d5941e3f 100644
--- a/docs/Standard/Term/dice-count.md
+++ b/docs/Standard/Term/dice-count.md
@@ -0,0 +1,10 @@
+---
+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
index e69de29b..3656f331 100644
--- a/docs/Standard/Term/dice-face.md
+++ b/docs/Standard/Term/dice-face.md
@@ -0,0 +1,7 @@
+---
+title: face 骰子面数
+---
+
+### 数值说明
+
+用于规定默认投掷时骰子的面数 \ No newline at end of file
diff --git a/docs/Standard/Term/pc-count.md b/docs/Standard/Term/pc-count.md
deleted file mode 100644
index e69de29b..00000000
--- a/docs/Standard/Term/pc-count.md
+++ /dev/null
diff --git a/docs/Standard/Term/player_character/index.md b/docs/Standard/Term/player_character/index.md
index e69de29b..738e8f27 100644
--- a/docs/Standard/Term/player_character/index.md
+++ b/docs/Standard/Term/player_character/index.md
@@ -0,0 +1,10 @@
+---
+title: player-character 人物卡
+---
+
+!!! tip
+ 这是一个可选实现但是{==建议尽量必须实现==}的方法,主要表现在规则书正是检定方法不同而有所不同上。
+
+### 方法说明
+
+用于规定默认投掷时骰子的个数 \ No newline at end of file
diff --git a/docs/Standard/Term/setting.md b/docs/Standard/Term/setting.md
index 4e0cad95..e69de29b 100644
--- a/docs/Standard/Term/setting.md
+++ b/docs/Standard/Term/setting.md
@@ -1 +0,0 @@
-MK \ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 8f540d9c..0855b32e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -180,5 +180,6 @@ nav:
- ability 检定: Standard/Term/check/ability.md
- player_character 人物卡*:
- Standard/Term/player_character/index.md
+ -
- API Reference:
- "API Reference": API/index.md