146 lines
2.6 KiB
Lua
Executable File
146 lines
2.6 KiB
Lua
Executable File
local act_week_signin = {
|
|
[101]={
|
|
["season"]=2,
|
|
["day"]=1,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=200,
|
|
["num_for_nothing"]="VAhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=2000,
|
|
["num_for_nothing"]="VAhcAw=="
|
|
}
|
|
},
|
|
[102]={
|
|
["season"]=2,
|
|
["day"]=2,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=100,
|
|
["num_for_nothing"]="Vwhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1000,
|
|
["num_for_nothing"]="VwhcAw=="
|
|
}
|
|
},
|
|
[103]={
|
|
["season"]=2,
|
|
["day"]=3,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=200,
|
|
["num_for_nothing"]="VAhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=2000,
|
|
["num_for_nothing"]="VAhcAw=="
|
|
}
|
|
},
|
|
[104]={
|
|
["season"]=2,
|
|
["day"]=4,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=100,
|
|
["num_for_nothing"]="Vwhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1000,
|
|
["num_for_nothing"]="VwhcAw=="
|
|
}
|
|
},
|
|
[105]={
|
|
["season"]=2,
|
|
["day"]=5,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=200,
|
|
["num_for_nothing"]="VAhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=2000,
|
|
["num_for_nothing"]="VAhcAw=="
|
|
}
|
|
},
|
|
[106]={
|
|
["season"]=2,
|
|
["day"]=6,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=100,
|
|
["num_for_nothing"]="Vwhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1000,
|
|
["num_for_nothing"]="VwhcAw=="
|
|
}
|
|
},
|
|
[107]={
|
|
["season"]=2,
|
|
["day"]=7,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=300,
|
|
["num_for_nothing"]="VQhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=3000,
|
|
["num_for_nothing"]="VQhcAw=="
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=act_week_signin,count=7
|
|
}
|
|
return config |