= { -- 确保不是已存在的医疗包
label = 'Medikit', -- 医疗包
weight = 165, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Medical Bag', -- 医疗包
weight = 165, -- 重量
stack = false, -- 不可叠加
close = true, -- 可以关闭
},
= {
label = 'Tweezers', -- 镊子
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Suture Kit', -- 缝合包
weight = 15, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Ice Pack', -- 冰袋
weight = 29, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Burn Cream', -- 烧伤膏
weight = 19, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Defibrillator', -- 除颤器
weight = 225, -- 重量
stack = false, -- 不可叠加
close = true, -- 可以关闭
},
= {
label = 'Sedative', -- 镇静剂
weight = 15, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Morphine 30MG', -- 吗啡 30毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Morphine 15MG', -- 吗啡 15毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Percocet 30MG', -- Percocet 30毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Percocet 10MG', -- Percocet 10毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Percocet 5MG', -- Percocet 5毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Vicodin 10MG', -- Vicodin 10毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Vicodin 5MG', -- Vicodin 5毫克
weight = 2, -- 重量
stack = true, -- 可叠加
close = true, -- 可以关闭
},
= {
label = 'Recovered Bullet', -- 回收子弹
weight = 1, -- 重量
stack = true, -- 可叠加
close = false, -- 不可以关闭
},