From e24fb961b8165326ad2b35eab4e9568fb76ff827 Mon Sep 17 00:00:00 2001
From: unanmed <1319491857@qq.com>
Date: Sat, 31 Dec 2022 18:24:14 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8A=80=E8=83=BD=E6=A0=91?=
=?UTF-8?q?=E5=92=8C=E7=99=BE=E7=A7=91=E5=85=A8=E4=B9=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/data/desc.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/data/desc.json b/src/data/desc.json
index 76764ef..c35a3c5 100644
--- a/src/data/desc.json
+++ b/src/data/desc.json
@@ -1,6 +1,7 @@
{
"statusBar": {
"text": "状态栏",
+ "condition": "true",
"desc": [
"在本塔中,状态栏与游戏画面是分开的。你可以自由拖动状态栏,也可以修改其大小。",
"具体方法如下:点击一下状态栏之后,左上角的拖拽图标会放大,此时你可以按住它拖动状态栏。",
@@ -51,6 +52,7 @@
},
"markEnemy": {
"text": "标记怪物",
+ "condition": "true",
"desc": [
"标记怪物可以使你能够更加方便地了解一个怪物的情况。",
"
",
@@ -81,6 +83,7 @@
},
"book": {
"text": "怪物手册",
+ "condition": "true",
"desc": [
"本塔的怪物手册功能很多,下面一一介绍。",
"
",
@@ -113,6 +116,7 @@
},
"tools": {
"text": "道具栏与装备栏",
+ "condition": "true",
"desc": [
"道具栏与装备栏打开时会有一个0.6秒的动画,如果不想要可以在开头捡的系统设置里面关闭。",
"
",
@@ -135,6 +139,7 @@
},
"extraAttr": {
"text": "勇士属性",
+ "condition": "true",
"desc": [
"这里只对本塔中新增的勇士属性进行说明。",
"
",
@@ -155,5 +160,12 @@
"额外攻击相当于魔攻,无法通过一般方式减免。当勇士攻击怪物时,每回合都会附加对应量的伤害,对坚固怪同样有效。",
"额外攻击会显示在状态栏的攻击右方偏下的位置"
]
+ },
+ "skillTree": {
+ "text": "技能树",
+ "condition": "flags.chapter > 0",
+ "desc": [
+ "技能树是本塔的主要玩法之一。"
+ ]
}
}
\ No newline at end of file