c1_lua/lua/app/config/func_open.lua
2023-05-30 09:43:49 +08:00

62 lines
979 B
Lua

local func_open = {
["act_gold_pig"]={
["stage"]=3,
["pop_ups"]=1
},
["bounty_open"]={
["stage"]=3,
["pop_ups"]=1,
["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"]=2,
["pop_ups"]=1,
["icon"]="main_mall"
},
["mall_daily"]={
["stage"]=5,
["icon"]="main_mall_daily"
},
["store_box_open"]={
["stage"]=2,
["pop_ups"]=1,
["icon"]="main_store_box"
},
["store_box_3_open"]={
["stage"]=5,
["pop_ups"]=1,
["icon"]="main_store_box_3"
},
["daily_challenge"]={
["stage"]=8,
["icon"]="main_daily_challenge"
},
["act_gift_show_open"]={
["stage"]=3,
["pop_ups"]=1
},
["first_charge"]={
["stage"]=2,
["pop_ups"]=1
}
}
local config = {
data=func_open,count=13
}
return config