c1_lua/lua/app/config/act_sevenday_quest_reward.lua
2025-10-10 15:11:18 +08:00

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"]=41,
["id_for_nothing"]="Ugk=",
["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"]=43,
["id_for_nothing"]="Ugs=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
}
}
}
local config = {
data=act_sevenday_quest_reward,count=7
}
return config