c1_lua/lua/app/config/func_open.lua
2023-05-31 17:53:41 +08:00

66 lines
979 B
Lua

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