更新配置

This commit is contained in:
xiekaidong 2023-07-22 14:02:27 +08:00
parent bfff21b619
commit 035fde1360
3 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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,

View File

@ -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