c1_lua/lua/app/config/mall_treasure.lua
2025-10-09 17:28:13 +08:00

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