c1_lua/lua/app/config/mall_gold.lua
2023-05-12 15:32:53 +08:00

40 lines
659 B
Lua

local mall_gold = {
[1]={
["idel_time"]=9000,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=25,
["num_for_nothing"]="VA0="
},
["daily"]=2
},
[2]={
["idel_time"]=36000,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=99,
["num_for_nothing"]="XwE="
}
},
[3]={
["idel_time"]=180000,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=450,
["num_for_nothing"]="Ug1c"
}
}
}
local config = {
data=mall_gold,count=3
}
return config