c1_lua/lua/app/config/func_open.lua
xiekaidong c89eb8ef3f 禁锢
2023-05-26 18:08:05 +08:00

54 lines
856 B
Lua

local func_open = {
["act_gold_pig"]={
["stage"]=3,
["pop_ups"]=1
},
["bounty_open"]={
["stage"]=3,
["icon"]="main_bounty"
},
["task"]={
["stage"]=3,
["icon"]="main_task"
},
["act_level_gift"]={
["level"]=5,
["icon"]="main_act_level_gift"
},
["idle_drop"]={
["stage"]=2,
["icon"]="main_idle_drop"
},
["act_sevenday"]={
["stage"]=2,
["icon"]="main_act_sevenday"
},
["mall"]={
["stage"]=1,
["icon"]="main_mall"
},
["mall_daily"]={
["stage"]=5,
["icon"]="main_mall_daily"
},
["store_box_open"]={
["stage"]=2,
["icon"]="main_store_box"
},
["store_box_3_open"]={
["stage"]=5,
["icon"]="main_store_box_3"
},
["daily_challenge"]={
["stage"]=2,
["icon"]="main_daily_challenge"
},
["act_gift_show_open"]={
["stage"]=3,
["pop_ups"]=1
}
}
local config = {
data=func_open,count=12
}
return config