90 lines
1.4 KiB
Lua
90 lines
1.4 KiB
Lua
local mall_treasure = {
|
|
[1]={
|
|
["recharge_id"]=1,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=120,
|
|
["num_for_nothing"]="Vwpc"
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[2]={
|
|
["recharge_id"]=5,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=600,
|
|
["num_for_nothing"]="UAhc"
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[3]={
|
|
["recharge_id"]=10,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1200,
|
|
["num_for_nothing"]="VwpcAw=="
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[4]={
|
|
["recharge_id"]=13,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=2400,
|
|
["num_for_nothing"]="VAxcAw=="
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[5]={
|
|
["recharge_id"]=16,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=6000,
|
|
["num_for_nothing"]="UAhcAw=="
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[6]={
|
|
["recharge_id"]=18,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=12000,
|
|
["num_for_nothing"]="VwpcA2U="
|
|
}
|
|
},
|
|
["limit"]=1
|
|
}
|
|
}
|
|
local config = {
|
|
data=mall_treasure,count=6
|
|
}
|
|
return config |