lua ['tablet'] = {
['name'] = 'tablet',
['label'] = 'Tablet',
['weight'] = 800,
['type'] = 'item',
['image'] = 'tablet.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Portable electronic tablet used to access applications and digital systems'
},
['organization_paint'] = {
['name'] = 'organization_paint',
['label'] = 'Paint Can',
['weight'] = 1000,
['type'] = 'item',
['image'] = 'organization_paint.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'legendary',
['object'] = 'prop_cs_spray_can',
['objectRotation'] = vec3(15.0, 60.0, 1.5),
['description'] = 'Organization Paint Can'
},
['spray_cleaner'] = {
['name'] = 'spray_cleaner',
['label'] = 'Spray Cleaner',
['weight'] = 1000,
['type'] = 'item',
['image'] = 'spray_cleaner.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'legendary',
['object'] = 'prop_cs_spray_can',
['objectRotation'] = vec3(15.0, 60.0, 1.5),
['description'] = 'Spray Cleaner'
},
['weed_white-widow'] = {
['name'] = 'weed_white-widow',
['label'] = 'White Widow Weed',
['weight'] = 150,
['type'] = 'item',
['image'] = 'weed_white-widow.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of White Widow weed'
},
['weed_og-kush'] = {
['name'] = 'weed_og-kush',
['label'] = 'OG Kush Weed',
['weight'] = 150,
['type'] = 'item',
['image'] = 'weed_og-kush.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of OG Kush weed'
},
['weed_skunk'] = {
['name'] = 'weed_skunk',
['label'] = 'Skunk Weed',
['weight'] = 150,
['type'] = 'item',
['image'] = 'weed_skunk.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of Skunk weed'
},
['weed_amnesia'] = {
['name'] = 'weed_amnesia',
['label'] = 'Amnesia Weed',
['weight'] = 150,
['type'] = 'item',
['image'] = 'weed_amnesia.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of Amnesia weed'
},
['weed_purple-haze'] = {
['name'] = 'weed_purple-haze',
['label'] = 'Purple Haze Weed',
['weight'] = 150,
['type'] = 'item',
['image'] = 'weed_purple-haze.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of Purple Haze weed'
},
['weed_ak47'] = {
['name'] = 'weed_ak47',
['label'] = 'AK-47 Weed',
['weight'] = 150,
['type'] = 'item',
['image'] = 'weed_ak47.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of AK-47 weed'
},
['crack_baggy'] = {
['name'] = 'crack_baggy',
['label'] = 'Crack Baggy',
['weight'] = 120,
['type'] = 'item',
['image'] = 'crack_baggy.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Small bag of crack'
},
['cocaine_baggy'] = {
['name'] = 'cocaine_baggy',
['label'] = 'Cocaine Baggy',
['weight'] = 120,
['type'] = 'item',
['image'] = 'cocaine_baggy.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Small bag of cocaine'
},
['meth_baggy'] = {
['name'] = 'meth_baggy',
['label'] = 'Meth Bag',
['weight'] = 120,
['type'] = 'item',
['image'] = 'meth_baggy.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Bag of methamphetamine'
},
['binoculars'] = {
['name'] = 'binoculars',
['label'] = 'Binoculars',
['weight'] = 500,
['type'] = 'item',
['image'] = 'binoculars.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'Binoculars used to see distant objects more clearly'
},
['vehiclegps'] = {
['name'] = 'vehiclegps',
['label'] = 'Vehicle GPS',
['weight'] = 300,
['type'] = 'item',
['image'] = 'vehiclegps.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['rare'] = 'common',
['object'] = nil,
['objectRotation'] = nil,
['description'] = 'GPS device used to track and navigate vehicles'
},