c1_lua/lua/app/config/func_open.lua
2023-05-11 19:11:21 +08:00

23 lines
291 B
Lua

local func_open = {
["act_gold_pig"]={
["stage"]=3,
["pop_ups"]=1
},
["task"]={
["stage"]=2
},
["act_level_gift"]={
["level"]=5
},
["idle_drop"]={
["stage"]=2
},
["act_sevenday"]={
["stage"]=2,
["pop_ups"]=1
}
}
local config = {
data=func_open,count=5
}
return config