c1_lua/lua/app/config/mall_gold.lua
2023-05-25 17:05:55 +08:00

40 lines
662 B
Lua

local mall_gold = {
[1]={
["idel_time"]=24000,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=25,
["num_for_nothing"]="VA0="
},
["daily"]=2
},
[2]={
["idel_time"]=180000,
["cost"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=2,
["id_for_nothing"]="VA==",
["num"]=99,
["num_for_nothing"]="XwE="
}
},
[3]={
["idel_time"]=1800000,
["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