30 lines
663 B
Lua
30 lines
663 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} time(s) during the battle"
|
|
},
|
|
[6]={
|
|
["desc"]="Defeat the final boss within 10 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 |