57 lines
907 B
Lua
57 lines
907 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"]=3,
|
|
["icon"]="main_idle_drop"
|
|
},
|
|
["act_sevenday"]={
|
|
["stage"]=2,
|
|
["icon"]="main_act_sevenday"
|
|
},
|
|
["mall"]={
|
|
["stage"]=2,
|
|
["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"]=2,
|
|
["icon"]="main_daily_challenge"
|
|
},
|
|
["act_gift_show_open"]={
|
|
["stage"]=3,
|
|
["pop_ups"]=1
|
|
}
|
|
}
|
|
local config = {
|
|
data=func_open,count=12
|
|
}
|
|
return config |