Enabling MK2 weapons on QBCore

Enabling MK2 weapons on QBCore :

Disclaimer: This is meant for developers, please create a ticket if you require assistance on how to add this to your server

Head to the qb-core/shared/items.lua Add this snippet ABOVE the }

['component_at_scope_macro_mk2']        = {['name'] = 'component_at_scope_macro_mk2',          ['label'] = 'Small Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Small Scope'},
['component_revolver_mk2_camo']        = {['name'] = 'component_revolver_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_revolver_mk2_camo_02']        = {['name'] = 'component_revolver_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_revolver_mk2_camo_03']        = {['name'] = 'component_revolver_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_revolver_mk2_camo_04']        = {['name'] = 'component_revolver_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_revolver_mk2_camo_05']        = {['name'] = 'component_revolver_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_revolver_mk2_camo_06']        = {['name'] = 'component_revolver_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_revolver_mk2_camo_07']        = {['name'] = 'component_revolver_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_revolver_mk2_camo_08']        = {['name'] = 'component_revolver_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_revolver_mk2_camo_09']        = {['name'] = 'component_revolver_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_revolver_mk2_camo_10']        = {['name'] = 'component_revolver_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_revolver_mk2_camo_ind_01']        = {['name'] = 'component_revolver_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_bullpuprifle_mk2_clip_01']        = {['name'] = 'component_bullpuprifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_bullpuprifle_mk2_clip_02']        = {['name'] = 'component_bullpuprifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_macro_02_mk2']        = {['name'] = 'component_at_scope_macro_02_mk2',          ['label'] = 'Small Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Small Scope'},
['component_at_scope_small_mk2']        = {['name'] = 'component_at_scope_small_mk2',          ['label'] = 'Medium Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Medium Scope'},
['component_bullpuprifle_mk2_camo']        = {['name'] = 'component_bullpuprifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_bullpuprifle_mk2_camo_02']        = {['name'] = 'component_bullpuprifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_bullpuprifle_mk2_camo_03']        = {['name'] = 'component_bullpuprifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_bullpuprifle_mk2_camo_04']        = {['name'] = 'component_bullpuprifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_bullpuprifle_mk2_camo_05']        = {['name'] = 'component_bullpuprifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_bullpuprifle_mk2_camo_06']        = {['name'] = 'component_bullpuprifle_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_bullpuprifle_mk2_camo_07']        = {['name'] = 'component_bullpuprifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_bullpuprifle_mk2_camo_08']        = {['name'] = 'component_bullpuprifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_bullpuprifle_mk2_camo_09']        = {['name'] = 'component_bullpuprifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_bullpuprifle_mk2_camo_10']        = {['name'] = 'component_bullpuprifle_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_bullpuprifle_mk2_camo_ind_01']        = {['name'] = 'component_bullpuprifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_carbinerifle_mk2_clip_01']        = {['name'] = 'component_carbinerifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_carbinerifle_mk2_clip_02']        = {['name'] = 'component_carbinerifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_medium_mk2']        = {['name'] = 'component_at_scope_medium_mk2',          ['label'] = 'Large Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Large Scope'},
['component_carbinerifle_mk2_camo']        = {['name'] = 'component_carbinerifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_carbinerifle_mk2_camo_02']        = {['name'] = 'component_carbinerifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_carbinerifle_mk2_camo_03']        = {['name'] = 'component_carbinerifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_carbinerifle_mk2_camo_04']        = {['name'] = 'component_carbinerifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_carbinerifle_mk2_camo_05']        = {['name'] = 'component_carbinerifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_carbinerifle_mk2_camo_06']        = {['name'] = 'component_carbinerifle_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_carbinerifle_mk2_camo_07']        = {['name'] = 'component_carbinerifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_carbinerifle_mk2_camo_08']        = {['name'] = 'component_carbinerifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_carbinerifle_mk2_camo_09']        = {['name'] = 'component_carbinerifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_carbinerifle_mk2_camo_10']        = {['name'] = 'component_carbinerifle_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_carbinerifle_mk2_camo_ind_01']        = {['name'] = 'component_carbinerifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_assaultrifle_mk2_clip_01']        = {['name'] = 'component_assaultrifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_assaultrifle_mk2_clip_02']        = {['name'] = 'component_assaultrifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_assaultrifle_mk2_camo']        = {['name'] = 'component_assaultrifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_assaultrifle_mk2_camo_02']        = {['name'] = 'component_assaultrifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_assaultrifle_mk2_camo_03']        = {['name'] = 'component_assaultrifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_assaultrifle_mk2_camo_04']        = {['name'] = 'component_assaultrifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_assaultrifle_mk2_camo_05']        = {['name'] = 'component_assaultrifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_assaultrifle_mk2_camo_06	']        = {['name'] = 'component_assaultrifle_mk2_camo_06	',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_assaultrifle_mk2_camo_07']        = {['name'] = 'component_assaultrifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_assaultrifle_mk2_camo_08']        = {['name'] = 'component_assaultrifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_assaultrifle_mk2_camo_09']        = {['name'] = 'component_assaultrifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_assaultrifle_mk2_camo_10']        = {['name'] = 'component_assaultrifle_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_assaultrifle_mk2_camo_ind_01']        = {['name'] = 'component_assaultrifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_smg_mk2_clip_01']        = {['name'] = 'component_smg_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_smg_mk2_clip_02']        = {['name'] = 'component_smg_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_macro_02_smg_mk2']        = {['name'] = 'component_at_scope_macro_02_smg_mk2',          ['label'] = 'Small Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Small Scope'},
['component_at_scope_small_smg_mk2']        = {['name'] = 'component_at_scope_small_smg_mk2',          ['label'] = 'Medium Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Medium Scope'},
['component_smg_mk2_camo']        = {['name'] = 'component_smg_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_smg_mk2_camo_02']        = {['name'] = 'component_smg_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_smg_mk2_camo_03']        = {['name'] = 'component_smg_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_smg_mk2_camo_05']        = {['name'] = 'component_smg_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_smg_mk2_camo_06']        = {['name'] = 'component_smg_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_smg_mk2_camo_07']        = {['name'] = 'component_smg_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_smg_mk2_camo_09']        = {['name'] = 'component_smg_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_smg_mk2_camo_10']        = {['name'] = 'component_smg_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_smg_mk2_camo_ind_01']        = {['name'] = 'component_smg_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_heavysniper_mk2_clip_01']        = {['name'] = 'component_heavysniper_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_heavysniper_mk2_clip_02']        = {['name'] = 'component_heavysniper_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_large_mk2']        = {['name'] = 'component_at_scope_large_mk2',          ['label'] = 'Zoom Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zoom Scope'},
['component_heavysniper_mk2_camo']        = {['name'] = 'component_heavysniper_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_heavysniper_mk2_camo_02']        = {['name'] = 'component_heavysniper_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_heavysniper_mk2_camo_03']        = {['name'] = 'component_heavysniper_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_heavysniper_mk2_camo_04']        = {['name'] = 'component_heavysniper_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_heavysniper_mk2_camo_05']        = {['name'] = 'component_heavysniper_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_heavysniper_mk2_camo_06']        = {['name'] = 'component_heavysniper_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_heavysniper_mk2_camo_07']        = {['name'] = 'component_heavysniper_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_heavysniper_mk2_camo_08']        = {['name'] = 'component_heavysniper_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_heavysniper_mk2_camo_09']        = {['name'] = 'component_heavysniper_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_heavysniper_mk2_camo_10']        = {['name'] = 'component_heavysniper_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_heavysniper_mk2_camo_ind_01']        = {['name'] = 'component_heavysniper_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_marksmanrifle_mk2_clip_01']        = {['name'] = 'component_marksmanrifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_marksmanrifle_mk2_clip_02']        = {['name'] = 'component_marksmanrifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_large_fixed_zoom_mk2']        = {['name'] = 'component_at_scope_large_fixed_zoom_mk2',          ['label'] = 'Zoom Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zoom Scope'},
['component_marksmanrifle_mk2_camo']        = {['name'] = 'component_marksmanrifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_marksmanrifle_mk2_camo_02']        = {['name'] = 'component_marksmanrifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_marksmanrifle_mk2_camo_03']        = {['name'] = 'component_marksmanrifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_marksmanrifle_mk2_camo_04']        = {['name'] = 'component_marksmanrifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_marksmanrifle_mk2_camo_05']        = {['name'] = 'component_marksmanrifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_marksmanrifle_mk2_camo_06']        = {['name'] = 'component_marksmanrifle_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_marksmanrifle_mk2_camo_07']        = {['name'] = 'component_marksmanrifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_marksmanrifle_mk2_camo_08']        = {['name'] = 'component_marksmanrifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_marksmanrifle_mk2_camo_09']        = {['name'] = 'component_marksmanrifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_marksmanrifle_mk2_camo_ind_01']        = {['name'] = 'component_marksmanrifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_specialcarbine_mk2_clip_01']        = {['name'] = 'component_specialcarbine_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_specialcarbine_mk2_clip_02']        = {['name'] = 'component_specialcarbine_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_specialcarbine_mk2_camo']        = {['name'] = 'component_specialcarbine_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_specialcarbine_mk2_camo_02']        = {['name'] = 'component_specialcarbine_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_specialcarbine_mk2_camo_03']        = {['name'] = 'component_specialcarbine_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_specialcarbine_mk2_camo_04']        = {['name'] = 'component_specialcarbine_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_specialcarbine_mk2_camo_05']        = {['name'] = 'component_specialcarbine_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_specialcarbine_mk2_camo_06']        = {['name'] = 'component_specialcarbine_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_specialcarbine_mk2_camo_07	']        = {['name'] = 'component_specialcarbine_mk2_camo_07	',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_specialcarbine_mk2_camo_08']        = {['name'] = 'component_specialcarbine_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_specialcarbine_mk2_camo_09']        = {['name'] = 'component_specialcarbine_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_specialcarbine_mk2_camo_10']        = {['name'] = 'component_specialcarbine_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_specialcarbine_mk2_camo_ind_01']        = {['name'] = 'component_specialcarbine_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_combatmg_mk2_clip_01']        = {['name'] = 'component_combatmg_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_combatmg_mk2_clip_02']        = {['name'] = 'component_combatmg_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_combatmg_mk2_camo']        = {['name'] = 'component_combatmg_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_combatmg_mk2_camo_02']        = {['name'] = 'component_combatmg_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_combatmg_mk2_camo_03']        = {['name'] = 'component_combatmg_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_combatmg_mk2_camo_04']        = {['name'] = 'component_combatmg_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_combatmg_mk2_camo_05']        = {['name'] = 'component_combatmg_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_combatmg_mk2_camo_06']        = {['name'] = 'component_combatmg_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_combatmg_mk2_camo_07']        = {['name'] = 'component_combatmg_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_combatmg_mk2_camo_08']        = {['name'] = 'component_combatmg_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_combatmg_mk2_camo_09']        = {['name'] = 'component_combatmg_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_combatmg_mk2_camo_10']        = {['name'] = 'component_combatmg_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable']