pacificard = { name = 'pacificard', label = 'Security Card', weight = 100, type = 'item', image = 'pacificard.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
pacifichackdevice = { name = 'pacifichackdevice', label = 'Hack Device', weight = 100, type = 'item', image = 'pacifichackdevice.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
pacificofficekeys = { name = 'pacificofficekeys', label = 'Keys', weight = 100, type = 'item', image = 'keys.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
cd = { name = 'cd', label = 'CD', weight = 100, type = 'item', image = 'cd.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
pacificdowncard = { name = 'pacificdowncard', label = 'Security Card', weight = 100, type = 'item', image = 'pacificdowncard.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
nightvision = { name = 'nightvision', label = 'UV Helmet', weight = 100, type = 'item', image = 'nightvision.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
arm = { name = 'arm', label = 'arm', weight = 100, type = 'item', image = 'arm.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
trolley = { name = 'trolley', label = 'trolley', weight = 100, type = 'item', image = 'trolley.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
diamond = { name = 'diamond', label = 'Diamond', weight = 100, type = 'item', image = 'diamond.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A diamond seems like the jackpot to me!' },
cashcase = { name = 'cashcase', label = 'Cash Case', weight = 100, type = 'item', image = 'cashcase.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = 'A diamond seems like the jackpot to me!' },
drill = { name = 'drill', label = 'Drill', weight = 20000, type = 'item', image = 'drill.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'The real deal...' },