c1_lua/lua/app/config/strings/ko/func_open.lua
2023-06-20 15:29:34 +08:00

51 lines
878 B
Lua

local func_open = {
["act_gold_pig"]={
["name"]="황금 돼지"
},
["bounty_open"]={
["name"]="배틀 패스"
},
["task"]={
["name"]="미션"
},
["act_level_gift"]={
["name"]="레벨업 펀드"
},
["idle_drop"]={
["name"]="자동 수집 보상"
},
["act_sevenday"]={
["name"]="7일의 즐거움"
},
["mall"]={
["name"]="상점"
},
["mall_daily"]={
["name"]="데일리 스페셜"
},
["store_box_open"]={
["name"]="상점 보물 상자"
},
["store_box_3_open"]={
["name"]="귀중한 보물 상자"
},
["daily_challenge"]={
["name"]="데일리 챌린지"
},
["act_gift_show_open"]={
["name"]="팝업 패키지"
},
["first_charge"]={
["name"]="첫 충전 패키지"
},
["new_player_gift"]={
["name"]="초보자 패키지"
},
["mail_open"]={
["name"]="메일함"
}
}
local config = {
data=func_open,count=15
}
return config