INSERT INTO `items` (name, label) VALUES
('camera', 'Camera'),
('tablet', 'Tablet'),
('hackdevice', 'Hack Device')
;
['camera'] = {
label = 'Camera',
weight = 80,
stack = false
},
['tablet'] = {
label = 'Tablet',
weight = 50,
stack = false
},
['hackdevice'] = {
label = 'Hack Device',
weight = 20,
stack = false
}