c1_lua/lua/app/config/act_fund.lua
2023-04-03 10:59:13 +08:00

84 lines
749 B
Lua

local act_fund = {
[60000]={
["type"]=1,
["price"]=0,
["reward_id"]={
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120
}
},
[60001]={
["type"]=1,
["price"]=1,
["reward_id"]={
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120
}
},
[60002]={
["type"]=1,
["price"]=2,
["reward_id"]={
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120
}
}
}
local config = {
data=act_fund,count=3
}
return config