83 lines
1.4 KiB
Lua
83 lines
1.4 KiB
Lua
local act_sevenday_quest_reward = {
|
|
[1]={
|
|
["num"]=10,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1000,
|
|
["num_for_nothing"]="VwhcAw=="
|
|
}
|
|
},
|
|
[2]={
|
|
["num"]=20,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
},
|
|
[3]={
|
|
["num"]=30,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=3000,
|
|
["num_for_nothing"]="VQhcAw=="
|
|
}
|
|
},
|
|
[4]={
|
|
["num"]=40,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=5,
|
|
["id_for_nothing"]="Uw==",
|
|
["num"]=2,
|
|
["num_for_nothing"]="VA=="
|
|
}
|
|
},
|
|
[5]={
|
|
["num"]=50,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=5000,
|
|
["num_for_nothing"]="UwhcAw=="
|
|
}
|
|
},
|
|
[6]={
|
|
["num"]=60,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=6,
|
|
["id_for_nothing"]="UA==",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
},
|
|
[7]={
|
|
["num"]=70,
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=6,
|
|
["id_for_nothing"]="UA==",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=act_sevenday_quest_reward,count=7
|
|
}
|
|
return config |