From 4d6945488f6ddc052b02eeef3075faf00a9481d7 Mon Sep 17 00:00:00 2001
From: 简律纯
Date: Sat, 29 Jul 2023 11:37:55 +0800
Subject: feat: add via docs
---
docs/docs/Core/index.md | 6 +-----
docs/docs/Standard/Term/ability.md | 5 -----
docs/docs/Standard/Term/check/ability.md | 5 +++++
docs/docs/Standard/Term/check/index.md | 14 ++++++++++++++
docs/mkdocs.yml | 15 ++++++++++++---
5 files changed, 32 insertions(+), 13 deletions(-)
delete mode 100644 docs/docs/Standard/Term/ability.md
create mode 100644 docs/docs/Standard/Term/check/ability.md
create mode 100644 docs/docs/Standard/Term/check/index.md
(limited to 'docs')
diff --git a/docs/docs/Core/index.md b/docs/docs/Core/index.md
index 94d86dd2..3f3422b6 100644
--- a/docs/docs/Core/index.md
+++ b/docs/docs/Core/index.md
@@ -10,13 +10,9 @@
-
- [](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml)
- [](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml)
-
+## 🎁 Getting
1. 安装库
diff --git a/docs/docs/Standard/Term/ability.md b/docs/docs/Standard/Term/ability.md
deleted file mode 100644
index a1e86aa1..00000000
--- a/docs/docs/Standard/Term/ability.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: ability/check 检定
----
-
-这是一个可选实现但是建议实现的方法。
\ No newline at end of file
diff --git a/docs/docs/Standard/Term/check/ability.md b/docs/docs/Standard/Term/check/ability.md
new file mode 100644
index 00000000..421fc210
--- /dev/null
+++ b/docs/docs/Standard/Term/check/ability.md
@@ -0,0 +1,5 @@
+---
+title: ability 检定
+---
+!!! warning
+ 关于这部分内容请移步正式术语[`check 检定`](/Standard/Term/check/)
diff --git a/docs/docs/Standard/Term/check/index.md b/docs/docs/Standard/Term/check/index.md
new file mode 100644
index 00000000..dcfafafc
--- /dev/null
+++ b/docs/docs/Standard/Term/check/index.md
@@ -0,0 +1,14 @@
+---
+title: check 检定
+---
+
+!!! tip
+ 这是一个可选实现但是{==建议尽量必须实现==}的方法,主要表现在规则书正是检定方法不同而有所不同上。
+
+### 方法
+
+使用`check`或者`ability`方法, 必须对检定结果设定一个完整的输出判定范围。
+
+### 检定结果表
+
+如[`方法`](#_1)所言,你必须为检定的结果设计一个完整的输出判定范围,因此你需要严格并且合理的分配划分界限。
\ No newline at end of file
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index df9c07e9..5a52f425 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -162,12 +162,21 @@ nav:
- "了解Python": RulePackage/Write/python.md
- "准备规则书": RulePackage/Write/prepare.md
- "编写规则包": RulePackage/Write/write.md
- - 通用规则包标准:
+ - 通用规则包标准(GRPS1):
- 什么是规则包?: Standard/what-is-rule-package.md
- 为什么要做规则包?: Standard/why-rule-package.md
- 什么是通用规则包标准?: Standard/what-is-standard.md
- 术语表(草案):
- - 检定: Standard/Term/ability.md
- - 待添加: ""
+ - setting 背景: Standard/Term/setting.md
+ - scenario 剧本: Standard/Term/scenario.md
+ - duration 时长:
+ - sene 场: Standard/Term/Duration/sene.md
+ - module 模组: Standard/Term/Duration/module.md
+ - campaign 战役: Standard/Term/Duration/campaign.md
+ - face 骰子面数: Standard/Term/dice-face.md
+ - count 骰子个数: Standard/Term/dice-count.md
+ - check 检定:
+ - Standard/Term/check/index.md
+ - ability 检定: Standard/Term/check/ability.md
- API Reference:
- "API Reference": API/index.md
\ No newline at end of file
--
cgit v1.2.3-70-g09d2