36 lines
693 B
Lua
36 lines
693 B
Lua
local func_open = {
|
|
["bounty"]={
|
|
["desc"]="Trading Spot of the continent."
|
|
},
|
|
["task"]={
|
|
["desc"]="Gather friends to unify strength."
|
|
},
|
|
["act_level_gift"]={
|
|
["desc"]="Empire technology to craft ideal gear."
|
|
},
|
|
["idle_drop"]={
|
|
["desc"]="Get game items fast."
|
|
},
|
|
["act_sevenday"]={
|
|
["desc"]="Team Battle"
|
|
},
|
|
["mall"]={
|
|
["desc"]="Players duel. Fight for honor."
|
|
},
|
|
["mall_daily"]={
|
|
["desc"]="Break limit. New record."
|
|
},
|
|
["store_box"]={
|
|
["desc"]="Battle speed doubles"
|
|
},
|
|
["store_box_3"]={
|
|
["desc"]="Free up your hands."
|
|
},
|
|
["daily_challenge"]={
|
|
["desc"]="Multiple growth to strengthen heroes."
|
|
}
|
|
}
|
|
local config = {
|
|
data=func_open,count=10
|
|
}
|
|
return config |