96 lines
1.2 KiB
Lua
96 lines
1.2 KiB
Lua
local item = {
|
|
[1]={
|
|
["type"]=1,
|
|
["qlt"]=0,
|
|
["icon"]="1"
|
|
},
|
|
[2]={
|
|
["type"]=1,
|
|
["qlt"]=0,
|
|
["icon"]="2"
|
|
},
|
|
[3]={
|
|
["type"]=1,
|
|
["qlt"]=0,
|
|
["icon"]="3"
|
|
},
|
|
[4]={
|
|
["type"]=3,
|
|
["qlt"]=2,
|
|
["icon"]="4"
|
|
},
|
|
[5]={
|
|
["type"]=3,
|
|
["qlt"]=3,
|
|
["icon"]="5"
|
|
},
|
|
[6]={
|
|
["type"]=3,
|
|
["qlt"]=4,
|
|
["icon"]="6"
|
|
},
|
|
[5001]={
|
|
["type"]=5,
|
|
["parameter"]=5001,
|
|
["qlt"]=2,
|
|
["icon"]="5001"
|
|
},
|
|
[5002]={
|
|
["type"]=5,
|
|
["parameter"]=5002,
|
|
["qlt"]=2,
|
|
["icon"]="5002"
|
|
},
|
|
[5003]={
|
|
["type"]=5,
|
|
["parameter"]=5003,
|
|
["qlt"]=2,
|
|
["icon"]="5003"
|
|
},
|
|
[5004]={
|
|
["type"]=5,
|
|
["parameter"]=5004,
|
|
["qlt"]=2,
|
|
["icon"]="5004"
|
|
},
|
|
[5005]={
|
|
["type"]=5,
|
|
["parameter"]=5005,
|
|
["qlt"]=2,
|
|
["icon"]="5005"
|
|
},
|
|
[5006]={
|
|
["type"]=5,
|
|
["parameter"]=5006,
|
|
["qlt"]=3,
|
|
["icon"]="5006"
|
|
},
|
|
[5007]={
|
|
["type"]=5,
|
|
["parameter"]=5007,
|
|
["qlt"]=3,
|
|
["icon"]="5007"
|
|
},
|
|
[5008]={
|
|
["type"]=5,
|
|
["parameter"]=5008,
|
|
["qlt"]=3,
|
|
["icon"]="5008"
|
|
},
|
|
[5009]={
|
|
["type"]=5,
|
|
["parameter"]=5009,
|
|
["qlt"]=3,
|
|
["icon"]="5009"
|
|
},
|
|
[5010]={
|
|
["type"]=5,
|
|
["parameter"]=5010,
|
|
["qlt"]=3,
|
|
["icon"]="5010"
|
|
}
|
|
}
|
|
local config = {
|
|
data=item,count=16
|
|
}
|
|
return config |