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"]=80,
|
|
["num_for_nothing"]="Xgg="
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[2]={
|
|
["recharge_id"]=4,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=500,
|
|
["num_for_nothing"]="Uwhc"
|
|
}
|
|
},
|
|
["limit"]=1
|
|
},
|
|
[3]={
|
|
["recharge_id"]=5,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=1200,
|
|
["num_for_nothing"]="VwpcAw=="
|
|
}
|
|
},
|
|
["limit"]=2
|
|
},
|
|
[4]={
|
|
["recharge_id"]=7,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=2500,
|
|
["num_for_nothing"]="VA1cAw=="
|
|
}
|
|
},
|
|
["limit"]=2
|
|
},
|
|
[5]={
|
|
["recharge_id"]=10,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=6500,
|
|
["num_for_nothing"]="UA1cAw=="
|
|
}
|
|
},
|
|
["limit"]=3
|
|
},
|
|
[6]={
|
|
["recharge_id"]=12,
|
|
["reward"]={
|
|
{
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=2,
|
|
["id_for_nothing"]="VA==",
|
|
["num"]=14000,
|
|
["num_for_nothing"]="VwxcA2U="
|
|
}
|
|
},
|
|
["limit"]=3
|
|
}
|
|
}
|
|
local config = {
|
|
data=mall_treasure,count=6
|
|
}
|
|
return config |