c1_lua/lua/app/config/strings/cn/avatar_frame.lua
2023-07-05 15:04:22 +08:00

15 lines
265 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local avatar_frame = {
[1000]={
["desc"]="初始头像框"
},
[24]={
["desc"]="S1竞技场白银头像勇气的代表。"
},
[25]={
["desc"]="S1竞技场黄金头像实力的证明。"
}
}
local config = {
data=avatar_frame,count=3
}
return config