104 lines
1.6 KiB
Lua
104 lines
1.6 KiB
Lua
local act_sevenday_quest_reward = {
|
|
[1]={
|
|
["period"]=1,
|
|
["num"]=100,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=500,
|
|
["num_for_nothing"]="Uwhc"
|
|
}
|
|
}
|
|
},
|
|
[2]={
|
|
["period"]=1,
|
|
["num"]=200,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=10,
|
|
["num_for_nothing"]="Vwg="
|
|
}
|
|
}
|
|
},
|
|
[3]={
|
|
["period"]=1,
|
|
["num"]=300,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=18,
|
|
["id_for_nothing"]="VwA=",
|
|
["num"]=500,
|
|
["num_for_nothing"]="Uwhc"
|
|
}
|
|
}
|
|
},
|
|
[4]={
|
|
["period"]=1,
|
|
["num"]=400,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=43,
|
|
["id_for_nothing"]="Ugs=",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
}
|
|
},
|
|
[5]={
|
|
["period"]=1,
|
|
["num"]=500,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1000,
|
|
["num_for_nothing"]="VwhcAw=="
|
|
}
|
|
}
|
|
},
|
|
[6]={
|
|
["period"]=1,
|
|
["num"]=600,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=20,
|
|
["num_for_nothing"]="VAg="
|
|
}
|
|
}
|
|
},
|
|
[7]={
|
|
["period"]=1,
|
|
["num"]=700,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=44,
|
|
["id_for_nothing"]="Ugw=",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=act_sevenday_quest_reward,count=7
|
|
}
|
|
return config |