30 lines
617 B
Lua
30 lines
617 B
Lua
local avatar_frame = {
|
|
[1000]={
|
|
["desc"]="Initial Avatar Frame"
|
|
},
|
|
[24]={
|
|
["desc"]="S1 Silver Arena Avatar Frame. It is reversed for hero."
|
|
},
|
|
[25]={
|
|
["desc"]="S1 Gold Arena Avatar Frame. Proof of your prowess."
|
|
},
|
|
[26]={
|
|
["desc"]="S2 Silver Arena Avatar Frame. Proof of your strength."
|
|
},
|
|
[27]={
|
|
["desc"]="S2 Gold Arena Avatar Frame, shining with heroic radiance."
|
|
},
|
|
[28]={
|
|
["desc"]="S3 Silver Arena Avatar Frame. It is reversed for hero."
|
|
},
|
|
[29]={
|
|
["desc"]="S3 Gold Arena Avatar Frame. Proof of your prowess."
|
|
},
|
|
[30]={
|
|
|
|
}
|
|
}
|
|
local config = {
|
|
data=avatar_frame,count=8
|
|
}
|
|
return config |