From 035fde1360ec4fcb50a6c060ffb615e54fa30afe Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Sat, 22 Jul 2023 14:02:27 +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/localization/localization_global_const.lua | 1 + lua/app/config/skill_rogue.lua | 6 ++++++ lua/app/config/strings/cn/global.lua | 1 + 3 files changed, 8 insertions(+) diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index b8c8e74a..ee70fbfc 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -418,6 +418,7 @@ local LocalizationGlobalConst = DUNGEON_ARMOR_FUND_1 = "DUNGEON_ARMOR_FUND_1", DUNGEON_ARMOR_FUND_2 = "DUNGEON_ARMOR_FUND_2", DUNGEON_ARMOR_DESC_15 = "DUNGEON_ARMOR_DESC_15", + DUNGEON_ARMOR_DESC_16 = "DUNGEON_ARMOR_DESC_16", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/skill_rogue.lua b/lua/app/config/skill_rogue.lua index b74e3694..8feac6c2 100644 --- a/lua/app/config/skill_rogue.lua +++ b/lua/app/config/skill_rogue.lua @@ -1349,6 +1349,7 @@ local skill_rogue = { ["icon"]="38" }, [2200102]={ + ["method"]=2, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=3, @@ -2162,6 +2163,7 @@ local skill_rogue = { ["icon"]="81" }, [3300103]={ + ["method"]=2, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=3, @@ -2379,6 +2381,7 @@ local skill_rogue = { ["icon"]="150" }, [3400102]={ + ["method"]=2, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=3, @@ -2756,6 +2759,7 @@ local skill_rogue = { ["icon"]="179" }, [4300101]={ + ["method"]=2, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=3, @@ -3113,6 +3117,7 @@ local skill_rogue = { ["icon"]="194" }, [4400201]={ + ["method"]=2, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=3, @@ -3475,6 +3480,7 @@ local skill_rogue = { ["icon"]="185" }, [5300201]={ + ["method"]=2, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=3, diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 35531aa1..3da9d45f 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -418,6 +418,7 @@ local localization_global = ["DUNGEON_ARMOR_FUND_1"] = "时空裂隙基金Ⅰ", ["DUNGEON_ARMOR_FUND_2"] = "时空裂隙基金Ⅱ", ["DUNGEON_ARMOR_DESC_15"] = "请先购买本基金", + ["DUNGEON_ARMOR_DESC_16"] = "超值", } return localization_global \ No newline at end of file