60 lines
920 B
Lua
60 lines
920 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
|
|
},
|
|
[32]={
|
|
["iconId"]="avatar_frame_10",
|
|
["item"]=59
|
|
},
|
|
[33]={
|
|
["iconId"]="avatar_frame_11",
|
|
["item"]=60,
|
|
["unlock_show"]=true
|
|
},
|
|
[34]={
|
|
["iconId"]="avatar_frame_12",
|
|
["item"]=61,
|
|
["unlock_show"]=true
|
|
}
|
|
}
|
|
local config = {
|
|
data=avatar_frame,count=12
|
|
}
|
|
return config |