38 lines
477 B
Lua
38 lines
477 B
Lua
local func_open = {
|
|
["act_gold_pig"]={
|
|
["stage"]=3,
|
|
["pop_ups"]=1
|
|
},
|
|
["bounty_open"]={
|
|
["stage"]=2
|
|
},
|
|
["task"]={
|
|
["stage"]=2
|
|
},
|
|
["act_level_gift"]={
|
|
["level"]=5
|
|
},
|
|
["idle_drop"]={
|
|
["stage"]=2
|
|
},
|
|
["act_sevenday"]={
|
|
["stage"]=2,
|
|
["pop_ups"]=1
|
|
},
|
|
["mall"]={
|
|
["stage"]=1
|
|
},
|
|
["mall_daily"]={
|
|
["stage"]=5
|
|
},
|
|
["store_box_open"]={
|
|
["stage"]=2
|
|
},
|
|
["store_box_3_open"]={
|
|
["stage"]=5
|
|
}
|
|
}
|
|
local config = {
|
|
data=func_open,count=10
|
|
}
|
|
return config |