52 lines
804 B
Lua
52 lines
804 B
Lua
local avatar_frame = {
|
|
[1000]={
|
|
["iconId"]="avatar_frame_1",
|
|
["unlock"]=true
|
|
},
|
|
[24]={
|
|
["iconId"]="avatar_frame_2",
|
|
["item"]=24,
|
|
["unlock_show"]=true
|
|
},
|
|
[25]={
|
|
["iconId"]="avatar_frame_3",
|
|
["item"]=25,
|
|
["unlock_show"]=true
|
|
},
|
|
[26]={
|
|
["iconId"]="avatar_frame_4",
|
|
["item"]=45,
|
|
["unlock_show"]=true
|
|
},
|
|
[27]={
|
|
["iconId"]="avatar_frame_5",
|
|
["item"]=46,
|
|
["unlock_show"]=true
|
|
},
|
|
[28]={
|
|
["iconId"]="avatar_frame_6",
|
|
["item"]=53
|
|
},
|
|
[29]={
|
|
["iconId"]="avatar_frame_7",
|
|
["item"]=54
|
|
},
|
|
[30]={
|
|
["iconId"]="avatar_frame_8",
|
|
["item"]=57
|
|
},
|
|
[31]={
|
|
["iconId"]="avatar_frame_9",
|
|
["item"]=58,
|
|
["unlock_show"]=true
|
|
},
|
|
[32]={
|
|
["iconId"]="avatar_frame_10",
|
|
["item"]=59,
|
|
["unlock_show"]=true
|
|
}
|
|
}
|
|
local config = {
|
|
data=avatar_frame,count=10
|
|
}
|
|
return config |