82 lines
1.3 KiB
Lua
82 lines
1.3 KiB
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,
|
|
["unlock_show"]=true
|
|
},
|
|
[29]={
|
|
["iconId"]="avatar_frame_7",
|
|
["item"]=54,
|
|
["unlock_show"]=true
|
|
},
|
|
[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
|
|
},
|
|
[33]={
|
|
["iconId"]="avatar_frame_11",
|
|
["item"]=60,
|
|
["unlock_show"]=true
|
|
},
|
|
[34]={
|
|
["iconId"]="avatar_frame_12",
|
|
["item"]=61,
|
|
["unlock_show"]=true
|
|
},
|
|
[35]={
|
|
["iconId"]="avatar_frame_13",
|
|
["item"]=62
|
|
},
|
|
[36]={
|
|
["iconId"]="avatar_frame_14",
|
|
["item"]=63
|
|
},
|
|
[37]={
|
|
["iconId"]="avatar_frame_15",
|
|
["item"]=64,
|
|
["unlock_show"]=true
|
|
},
|
|
[38]={
|
|
["iconId"]="avatar_frame_16",
|
|
["item"]=65,
|
|
["unlock_show"]=true
|
|
}
|
|
}
|
|
local config = {
|
|
data=avatar_frame,count=16
|
|
}
|
|
return config |