63 lines
849 B
Lua
63 lines
849 B
Lua
local task_daily = {
|
|
[101]={
|
|
["task_type"]=22,
|
|
["number"]=1,
|
|
["value"]=10
|
|
},
|
|
[102]={
|
|
["task_type"]=9,
|
|
["number"]=1,
|
|
["value"]=10
|
|
},
|
|
[103]={
|
|
["task_type"]=15,
|
|
["number"]=30,
|
|
["value"]=15
|
|
},
|
|
[104]={
|
|
["task_type"]=10,
|
|
["number"]=1,
|
|
["value"]=10
|
|
},
|
|
[105]={
|
|
["task_type"]=26,
|
|
["number"]=60,
|
|
["value"]=15
|
|
},
|
|
[106]={
|
|
["task_type"]=12,
|
|
["number"]=8,
|
|
["value"]=15
|
|
},
|
|
[107]={
|
|
["task_type"]=13,
|
|
["number"]=30,
|
|
["value"]=15
|
|
},
|
|
[108]={
|
|
["task_type"]=36,
|
|
["number"]=1,
|
|
["func_open"]="daily_challenge",
|
|
["value"]=10
|
|
},
|
|
[109]={
|
|
["task_type"]=30,
|
|
["number"]=2,
|
|
["func_open"]="arena_open",
|
|
["value"]=20
|
|
},
|
|
[110]={
|
|
["task_type"]=1,
|
|
["number"]=3,
|
|
["value"]=20
|
|
},
|
|
[111]={
|
|
["task_type"]=47,
|
|
["number"]=2,
|
|
["value"]=10
|
|
}
|
|
}
|
|
local config = {
|
|
data=task_daily,count=11
|
|
}
|
|
return config |