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"]=100,
|
|
["num_for_nothing"]="Vwhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=600,
|
|
["num_for_nothing"]="UAhc"
|
|
}
|
|
},
|
|
[102]={
|
|
["season"]=2,
|
|
["day"]=2,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=3,
|
|
["id_for_nothing"]="VQ==",
|
|
["num"]=20,
|
|
["num_for_nothing"]="VAg="
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=3,
|
|
["id_for_nothing"]="VQ==",
|
|
["num"]=60,
|
|
["num_for_nothing"]="UAg="
|
|
}
|
|
},
|
|
[103]={
|
|
["season"]=2,
|
|
["day"]=3,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=2,
|
|
["num_for_nothing"]="VA=="
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=8,
|
|
["num_for_nothing"]="Xg=="
|
|
}
|
|
},
|
|
[104]={
|
|
["season"]=2,
|
|
["day"]=4,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=18,
|
|
["id_for_nothing"]="VwA=",
|
|
["num"]=100,
|
|
["num_for_nothing"]="Vwhc"
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=18,
|
|
["id_for_nothing"]="VwA=",
|
|
["num"]=300,
|
|
["num_for_nothing"]="VQhc"
|
|
}
|
|
},
|
|
[105]={
|
|
["season"]=2,
|
|
["day"]=5,
|
|
["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"]=600,
|
|
["num_for_nothing"]="UAhc"
|
|
}
|
|
},
|
|
[106]={
|
|
["season"]=2,
|
|
["day"]=6,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=5000,
|
|
["num_for_nothing"]="UwhcAw=="
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=1,
|
|
["id_for_nothing"]="Vw==",
|
|
["num"]=20000,
|
|
["num_for_nothing"]="VAhcA2U="
|
|
}
|
|
},
|
|
[107]={
|
|
["season"]=2,
|
|
["day"]=7,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=2,
|
|
["num_for_nothing"]="VA=="
|
|
},
|
|
["reward_pro"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=8,
|
|
["num_for_nothing"]="Xg=="
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=act_week_signin,count=7
|
|
}
|
|
return config |