c1_lua/lua/app/config/strings/en/func_open.lua
xiekaidong c89eb8ef3f 禁锢
2023-05-26 18:08:05 +08:00

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