c1_lua/lua/app/config/strings/cn/task_daily_challenge.lua
2023-05-25 17:05:55 +08:00

30 lines
609 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local task_daily_challenge = {
[1]={
["desc"]="通关每日挑战"
},
[2]={
["desc"]="使用某英雄通关每日挑战"
},
[3]={
["desc"]="通关时战斗中超过10连击X次"
},
[4]={
["desc"]="通关时战斗中超过连接8消X次"
},
[5]={
["desc"]="通关时某颜色元素英雄释放技能y次"
},
[6]={
["desc"]="X回合内击败最终首领"
},
[7]={
["desc"]="通关时某英雄造成伤害占比超过X%"
},
[8]={
["desc"]="通关时某颜色元素英雄造成伤害占比超过X%"
}
}
local config = {
data=task_daily_challenge,count=8
}
return config