46 lines
592 B
Lua
46 lines
592 B
Lua
local task_daily = {
|
|
[101]={
|
|
["task_type"]=21,
|
|
["number"]=1,
|
|
["value"]=20
|
|
},
|
|
[102]={
|
|
["task_type"]=9,
|
|
["number"]=1,
|
|
["value"]=10
|
|
},
|
|
[103]={
|
|
["task_type"]=15,
|
|
["number"]=10,
|
|
["value"]=20
|
|
},
|
|
[104]={
|
|
["task_type"]=18,
|
|
["number"]=5,
|
|
["value"]=20
|
|
},
|
|
[105]={
|
|
["task_type"]=10,
|
|
["number"]=1,
|
|
["value"]=10
|
|
},
|
|
[106]={
|
|
["task_type"]=26,
|
|
["number"]=60,
|
|
["value"]=20
|
|
},
|
|
[107]={
|
|
["task_type"]=12,
|
|
["number"]=5,
|
|
["value"]=10
|
|
},
|
|
[108]={
|
|
["task_type"]=13,
|
|
["number"]=20,
|
|
["value"]=10
|
|
}
|
|
}
|
|
local config = {
|
|
data=task_daily,count=8
|
|
}
|
|
return config |