From 60f6b5c8ef24f4b225c6da00b2dad68c5d27fd76 Mon Sep 17 00:00:00 2001 From: chenxi Date: Tue, 25 Apr 2023 18:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/chapter.lua | 4 ++-- lua/app/config/skill_rogue.lua | 4 ++-- lua/app/config/strings/cn/skill_rogue.lua | 4 ++-- lua/app/config/strings/en/skill_rogue.lua | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/app/config/chapter.lua b/lua/app/config/chapter.lua index 06ffb3e6..13df2718 100644 --- a/lua/app/config/chapter.lua +++ b/lua/app/config/chapter.lua @@ -316,8 +316,8 @@ local chapter = { ["type_for_nothing"]="Vw==", ["id"]=4, ["id_for_nothing"]="Ug==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=2, + ["num_for_nothing"]="VA==" }, { ["type"]=1, diff --git a/lua/app/config/skill_rogue.lua b/lua/app/config/skill_rogue.lua index d595b9a7..2b67baa7 100644 --- a/lua/app/config/skill_rogue.lua +++ b/lua/app/config/skill_rogue.lua @@ -265,7 +265,7 @@ local skill_rogue = { ["round"]=9999 } }, - ["obj"]=1, + ["obj"]=8, ["icon"]="7" }, [20]={ @@ -338,7 +338,7 @@ local skill_rogue = { ["round"]=9999 } }, - ["obj"]=1, + ["obj"]=8, ["icon"]="10" }, [25]={ diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua index 0691a237..1ea23265 100644 --- a/lua/app/config/strings/cn/skill_rogue.lua +++ b/lua/app/config/strings/cn/skill_rogue.lua @@ -201,13 +201,13 @@ local skill_rogue = { ["desc"]="跟快速治愈连接线上的元素伤害增加10%" }, [200603]={ - ["desc"]="连接快速治愈的每一击都将恢复2%生命值" + ["desc"]="连接快速治愈的每一击都将恢复生命值" }, [200700]={ ["desc"]="巨剑连斩:每一次攻击的伤害将增加50%" }, [200701]={ - ["desc"]="巨剑连被连接消除其上下左右4个元素" + ["desc"]="巨剑连斩被连接消除其上下左右4个元素" }, [200702]={ ["desc"]="跟巨剑连斩连接线上的元素伤害增加10%" diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua index 2eeaf2cd..5fde9583 100644 --- a/lua/app/config/strings/en/skill_rogue.lua +++ b/lua/app/config/strings/en/skill_rogue.lua @@ -201,7 +201,7 @@ local skill_rogue = { ["desc"]="Increases the damage of elements connected by the same link of Quick Regen by 10%" }, [200603]={ - ["desc"]="Each attack of elements connected by the same link of Quick Regen restores 2% HP" + ["desc"]="Each attack of elements connected by the same link of Quick Regen restores HP" }, [200700]={ ["desc"]="Great Sword Combos: Increases the damage of each attack by 50%"