c1_lua/lua/app/config/act_gift.lua
2023-05-08 21:10:41 +08:00

20 lines
276 B
Lua

local act_gift = {
[10002]={
["type"]=1,
["recharge_id"]=11,
["time_type"]=3,
["limit"]=1,
["value"]=3000
},
[10102]={
["type"]=1,
["recharge_id"]=12,
["time_type"]=3,
["limit"]=1,
["value"]=25
}
}
local config = {
data=act_gift,count=2
}
return config