c1_lua/lua/app/config/strings/en/task_daily_challenge.lua
2023-06-16 10:09:20 +08:00

30 lines
662 B
Lua

local task_daily_challenge = {
[1]={
["desc"]="Clear the daily challenge"
},
[2]={
["desc"]="Use {0} to clear the Daily Challenge"
},
[3]={
["desc"]="Exceed 10 combos {0} times in battle"
},
[4]={
["desc"]="Exceed 8 combos {0} times in battle"
},
[5]={
["desc"]="Release the skill of {0} for {1} times during the battle"
},
[6]={
["desc"]="Defeat the final boss within 3 turns"
},
[7]={
["desc"]="After passing the level, {0} deals more than {1}% of the total damage "
},
[8]={
["desc"]="After passing the level, {0} deals more than {1}% of the total damage "
}
}
local config = {
data=task_daily_challenge,count=8
}
return config