c1_lua/lua/app/config/item.lua
2023-04-03 10:59:13 +08:00

276 lines
3.2 KiB
Lua

local item = {
[1]={
["type"]=1,
["qlt"]=0,
["icon"]="1"
},
[2]={
["type"]=6,
["qlt"]=0,
["icon"]="2"
},
[3]={
["type"]=1,
["icon"]="3"
},
[4]={
["type"]=6,
["icon"]="4"
},
[5]={
["type"]=6,
["icon"]="5"
},
[6]={
["type"]=6,
["icon"]="6"
},
[7]={
["type"]=6,
["icon"]="7"
},
[8]={
["type"]=1,
["icon"]="8"
},
[9]={
["type"]=6,
["icon"]="9"
},
[10]={
["type"]=6,
["icon"]="10"
},
[11]={
["type"]=6,
["icon"]="11"
},
[12]={
["type"]=1,
["icon"]="12"
},
[13]={
["type"]=1,
["icon"]="13"
},
[14]={
["type"]=1,
["icon"]="14"
},
[15]={
["type"]=1,
["icon"]="15"
},
[16]={
["type"]=6,
["icon"]="16"
},
[17]={
["type"]=4,
["parameter"]=1,
["icon"]="17"
},
[18]={
["type"]=4,
["parameter"]=10,
["icon"]="18"
},
[19]={
["type"]=6,
["icon"]="19"
},
[20]={
["type"]=3,
["icon"]="20",
["box_drop"]={
{
["type"]=1,
["id"]=2,
["num"]=50,
["weight"]=2500
},
{
["type"]=1,
["id"]=2,
["num"]=100,
["weight"]=400
},
{
["type"]=1,
["id"]=2,
["num"]=150,
["weight"]=100
},
{
["type"]=1,
["id"]=12,
["num"]=50,
["weight"]=1500
},
{
["type"]=1,
["id"]=12,
["num"]=200,
["weight"]=1000
},
{
["type"]=1,
["id"]=12,
["num"]=800,
["weight"]=500
},
{
["type"]=1,
["id"]=9,
["num"]=1,
["weight"]=500
},
{
["type"]=1,
["id"]=9,
["num"]=3,
["weight"]=500
},
{
["type"]=1,
["id"]=10,
["num"]=1,
["weight"]=500
},
{
["type"]=1,
["id"]=11,
["num"]=1,
["weight"]=500
},
{
["type"]=2,
["id"]=10001,
["num"]=1,
["weight"]=500
},
{
["type"]=2,
["id"]=10101,
["num"]=1,
["weight"]=500
},
{
["type"]=2,
["id"]=10201,
["num"]=1,
["weight"]=500
},
{
["type"]=2,
["id"]=10301,
["num"]=1,
["weight"]=500
}
}
},
[21]={
["type"]=4,
["parameter"]=35,
["icon"]="21"
},
[22]={
["type"]=4,
["parameter"]=105,
["icon"]="22"
},
[23]={
["type"]=5,
["icon"]="23",
["reward"]={
{
["type"]=2,
["id"]=10005,
["count"]={
["value"]=1,
["unit"]=0
}
},
{
["type"]=2,
["id"]=20005,
["count"]={
["value"]=1,
["unit"]=0
}
},
{
["type"]=2,
["id"]=30005,
["count"]={
["value"]=1,
["unit"]=0
}
}
}
},
[24]={
["type"]=5,
["icon"]="24",
["reward"]={
{
["type"]=1,
["id"]=12,
["count"]={
["value"]=100,
["unit"]=0
}
}
}
},
[25]={
["type"]=5,
["icon"]="25",
["reward"]={
{
["type"]=1,
["id"]=12,
["count"]={
["value"]=500,
["unit"]=0
}
}
}
},
[26]={
["type"]=5,
["icon"]="26",
["reward"]={
{
["type"]=1,
["id"]=12,
["count"]={
["value"]=1000,
["unit"]=0
}
}
}
},
[27]={
["type"]=5,
["icon"]="27",
["reward"]={
{
["type"]=1,
["id"]=12,
["count"]={
["value"]=2000,
["unit"]=0
}
}
}
},
[28]={
["type"]=1,
["icon"]="28"
}
}
local config = {
data=item,count=28
}
return config