Browse docs
Inventory Items
Use these configurations to prepare your inventory for the Sky Mechanic Job resource.
Add only the items required by the features enabled on your server. Keep item names identical across the inventory, mechanic shop, Parts Shop, tuning requirements, wear repairs, vehicle care, and parts theft configuration.
Item groups
| Group | Items |
|---|---|
| Core tuning | body_kit, wheels, spray_can, engine, brakes, transmission, turbo, suspension, armor_plating, stance_kit, vehicle_lights |
| Performance | nitro_kit, antilag_kit, rgb_controller |
| Vehicle care | wash_sponge, vehicle_wax, fix_kit |
| Wear and diagnostics | spark_plugs, engine_oil, engine_coolant, brake_fluid, transmission_fluid, air_filter |
| Electric vehicles | traction_battery, inverter |
| Parts theft | lug_wrench, catalytic_converter, plus the configured dealer payout item when item payouts are used |
The included definitions are starting points. Review weights, stack behavior, usability, images, and economy values for your inventory and server balance.
['body_kit'] = {
label = 'Body Kit',
weight = 2500,
stack = true,
close = true,
description = 'Parts for bodywork upgrades and repairs'
},
['wheels'] = {
label = 'Wheels',
weight = 6000,
stack = true,
close = true,
description = 'Replacement wheel set'
},
['spray_can'] = {
label = 'Spray Can',
weight = 500,
stack = true,
close = true,
description = 'Used for repaint jobs'
},
['wash_sponge'] = {
label = 'Wash Sponge',
weight = 300,
stack = true,
close = true,
description = 'Used for vehicle wash jobs'
},
['vehicle_wax'] = {
label = 'Vehicle Wax',
weight = 500,
stack = true,
close = true,
description = 'Used for vehicle wax jobs'
},
['fix_kit'] = {
label = 'Fix Kit',
weight = 2500,
stack = true,
close = true,
description = 'General vehicle repair kit'
},
['lug_wrench'] = {
label = 'Lug Wrench',
weight = 1500,
stack = true,
close = true,
description = 'Tool used to steal wheels or catalytic converters'
},
['engine'] = {
label = 'Engine',
weight = 20000,
stack = false,
close = true,
description = 'Replacement engine block'
},
['brakes'] = {
label = 'Brakes',
weight = 4000,
stack = true,
close = true,
description = 'Brake upgrade kit'
},
['transmission'] = {
label = 'Transmission',
weight = 14000,
stack = false,
close = true,
description = 'Replacement transmission'
},
['turbo'] = {
label = 'Turbo',
weight = 7000,
stack = true,
close = true,
description = 'Turbocharger kit'
},
['antilag_kit'] = {
label = 'Anti-Lag Kit',
weight = 1500,
stack = true,
close = true,
description = 'Installs anti-lag functionality'
},
['suspension'] = {
label = 'Suspension',
weight = 5000,
stack = true,
close = true,
description = 'Suspension upgrade kit'
},
['armor_plating'] = {
label = 'Armor Plating',
weight = 18000,
stack = false,
close = true,
description = 'Armored body panel kit'
},
['stance_kit'] = {
label = 'Stance Kit',
weight = 1200,
stack = true,
close = true,
description = 'Used for stancing and custom handling options'
},
['nitro_kit'] = {
label = 'Nitro Kit',
weight = 3500,
stack = true,
close = true,
description = 'Nitro bottle install kit'
},
['vehicle_lights'] = {
label = 'Vehicle Lights',
weight = 1500,
stack = true,
close = true,
description = 'Lighting and underglow install kit'
},
['spark_plugs'] = {
label = 'Spark Plugs',
weight = 400,
stack = true,
close = true,
description = 'Replacement spark plugs'
},
['engine_oil'] = {
label = 'Engine Oil',
weight = 1200,
stack = true,
close = true,
description = 'Fresh engine oil for oil changes'
},
['engine_coolant'] = {
label = 'Engine Coolant',
weight = 1200,
stack = true,
close = true,
description = 'Coolant refill canister'
},
['brake_fluid'] = {
label = 'Brake Fluid',
weight = 1000,
stack = true,
close = true,
description = 'Brake fluid refill bottle'
},
['transmission_fluid'] = {
label = 'Transmission Fluid',
weight = 1000,
stack = true,
close = true,
description = 'Transmission fluid refill bottle'
},
['air_filter'] = {
label = 'Air Filter',
weight = 600,
stack = true,
close = true,
description = 'Replacement air filter'
},
['catalytic_converter'] = {
label = 'Catalytic Converter',
weight = 4500,
stack = true,
close = true,
description = 'Replacement or stolen catalytic converter'
},
['traction_battery'] = {
label = 'Traction Battery',
weight = 18000,
stack = false,
close = true,
description = 'High-voltage battery pack for electric vehicles'
},
['inverter'] = {
label = 'Power Inverter',
weight = 4500,
stack = true,
close = true,
description = 'Electric vehicle power inverter module'
},
['rgb_controller'] = {
label = 'RGB Controller',
weight = 300,
stack = true,
close = true,
description = 'Handheld controller for RGB lighting'
},
['body_kit'] = {
['name'] = 'body_kit',
['label'] = 'Body Kit',
['weight'] = 12,
['type'] = 'item',
['image'] = 'body_kit.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Bodywork kit'
},
['wheels'] = {
['name'] = 'wheels',
['label'] = 'Wheels',
['weight'] = 25,
['type'] = 'item',
['image'] = 'wheels.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Wheel set'
},
['spray_can'] = {
['name'] = 'spray_can',
['label'] = 'Spray Can',
['weight'] = 2,
['type'] = 'item',
['image'] = 'spray_can.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Spray paint can'
},
['wash_sponge'] = {
['name'] = 'wash_sponge',
['label'] = 'Wash Sponge',
['weight'] = 1,
['type'] = 'item',
['image'] = 'wash_sponge.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Vehicle wash sponge'
},
['vehicle_wax'] = {
['name'] = 'vehicle_wax',
['label'] = 'Vehicle Wax',
['weight'] = 1,
['type'] = 'item',
['image'] = 'vehicle_wax.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Vehicle wax'
},
['fix_kit'] = {
['name'] = 'fix_kit',
['label'] = 'Fix Kit',
['weight'] = 6,
['type'] = 'item',
['image'] = 'fix_kit.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'General vehicle repair kit'
},
['lug_wrench'] = {
['name'] = 'lug_wrench',
['label'] = 'Lug Wrench',
['weight'] = 4,
['type'] = 'item',
['image'] = 'lug_wrench.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Tool used to steal wheels or catalytic converters'
},
['engine'] = {
['name'] = 'engine',
['label'] = 'Engine',
['weight'] = 60,
['type'] = 'item',
['image'] = 'engine.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Replacement engine'
},
['brakes'] = {
['name'] = 'brakes',
['label'] = 'Brakes',
['weight'] = 10,
['type'] = 'item',
['image'] = 'brakes.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Brake kit'
},
['transmission'] = {
['name'] = 'transmission',
['label'] = 'Transmission',
['weight'] = 45,
['type'] = 'item',
['image'] = 'transmission.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Transmission kit'
},
['turbo'] = {
['name'] = 'turbo',
['label'] = 'Turbo',
['weight'] = 20,
['type'] = 'item',
['image'] = 'turbo.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Turbocharger'
},
['antilag_kit'] = {
['name'] = 'antilag_kit',
['label'] = 'Anti-Lag Kit',
['weight'] = 4,
['type'] = 'item',
['image'] = 'antilag_kit.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Anti-lag kit'
},
['suspension'] = {
['name'] = 'suspension',
['label'] = 'Suspension',
['weight'] = 14,
['type'] = 'item',
['image'] = 'suspension.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Suspension kit'
},
['armor_plating'] = {
['name'] = 'armor_plating',
['label'] = 'Armor Plating',
['weight'] = 50,
['type'] = 'item',
['image'] = 'armor_plating.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Armor plating kit'
},
['stance_kit'] = {
['name'] = 'stance_kit',
['label'] = 'Stance Kit',
['weight'] = 3,
['type'] = 'item',
['image'] = 'stance_kit.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Stancing kit'
},
['nitro_kit'] = {
['name'] = 'nitro_kit',
['label'] = 'Nitro Kit',
['weight'] = 8,
['type'] = 'item',
['image'] = 'nitro_kit.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Nitro bottle kit'
},
['vehicle_lights'] = {
['name'] = 'vehicle_lights',
['label'] = 'Vehicle Lights',
['weight'] = 4,
['type'] = 'item',
['image'] = 'vehicle_lights.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Lighting install kit'
},
['spark_plugs'] = {
['name'] = 'spark_plugs',
['label'] = 'Spark Plugs',
['weight'] = 1,
['type'] = 'item',
['image'] = 'spark_plugs.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Spark plugs'
},
['engine_oil'] = {
['name'] = 'engine_oil',
['label'] = 'Engine Oil',
['weight'] = 2,
['type'] = 'item',
['image'] = 'engine_oil.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Engine oil'
},
['engine_coolant'] = {
['name'] = 'engine_coolant',
['label'] = 'Engine Coolant',
['weight'] = 2,
['type'] = 'item',
['image'] = 'engine_coolant.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Coolant'
},
['brake_fluid'] = {
['name'] = 'brake_fluid',
['label'] = 'Brake Fluid',
['weight'] = 2,
['type'] = 'item',
['image'] = 'brake_fluid.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Brake fluid'
},
['transmission_fluid'] = {
['name'] = 'transmission_fluid',
['label'] = 'Transmission Fluid',
['weight'] = 2,
['type'] = 'item',
['image'] = 'transmission_fluid.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Transmission fluid'
},
['air_filter'] = {
['name'] = 'air_filter',
['label'] = 'Air Filter',
['weight'] = 1,
['type'] = 'item',
['image'] = 'air_filter.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Air filter'
},
['catalytic_converter'] = {
['name'] = 'catalytic_converter',
['label'] = 'Catalytic Converter',
['weight'] = 5,
['type'] = 'item',
['image'] = 'catalytic_converter.png',
['unique'] = false,
['rare'] = 'epic', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'Replacement or stolen catalytic converter'
},
['traction_battery'] = {
['name'] = 'traction_battery',
['label'] = 'Traction Battery',
['weight'] = 18,
['type'] = 'item',
['image'] = 'traction_battery.png',
['unique'] = false,
['rare'] = 'epic', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'EV traction battery pack'
},
['inverter'] = {
['name'] = 'inverter',
['label'] = 'Power Inverter',
['weight'] = 5,
['type'] = 'item',
['image'] = 'inverter.png',
['unique'] = false,
['rare'] = 'epic', -- common, epic, legendary
['useable'] = false,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'EV power inverter module'
},
['rgb_controller'] = {
['name'] = 'rgb_controller',
['label'] = 'RGB Controller',
['weight'] = 1,
['type'] = 'item',
['image'] = 'rgb_controller.png',
['unique'] = false,
['rare'] = 'common', -- common, epic, legendary
['useable'] = true,
['shouldClose'] = true,
['combinable'] = true,
['description'] = 'RGB lighting controller'
},
-- Add to qb-core/shared/items.lua inside QBShared.Items
body_kit = {name = 'body_kit', label = 'Body Kit', weight = 2500, shouldClose = true, description = 'Parts for bodywork upgrades and repairs', unique = false, type = 'item', image = 'body_kit.png', useable = false},
wheels = {name = 'wheels', label = 'Wheels', weight = 6000, shouldClose = true, description = 'Replacement wheel set', unique = false, type = 'item', image = 'wheels.png', useable = false},
spray_can = {name = 'spray_can', label = 'Spray Can', weight = 500, shouldClose = true, description = 'Used for repaint jobs', unique = false, type = 'item', image = 'spray_can.png', useable = false},
wash_sponge = {name = 'wash_sponge', label = 'Wash Sponge', weight = 300, shouldClose = true, description = 'Used for vehicle wash jobs', unique = false, type = 'item', image = 'wash_sponge.png', useable = true},
vehicle_wax = {name = 'vehicle_wax', label = 'Vehicle Wax', weight = 500, shouldClose = true, description = 'Used for vehicle wax jobs', unique = false, type = 'item', image = 'vehicle_wax.png', useable = true},
fix_kit = {name = 'fix_kit', label = 'Fix Kit', weight = 2500, shouldClose = true, description = 'General vehicle repair kit', unique = false, type = 'item', image = 'fix_kit.png', useable = true},
lug_wrench = {name = 'lug_wrench', label = 'Lug Wrench', weight = 1500, shouldClose = true, description = 'Tool used to steal wheels or catalytic converters', unique = false, type = 'item', image = 'lug_wrench.png', useable = true},
engine = {name = 'engine', label = 'Engine', weight = 20000, shouldClose = true, description = 'Replacement engine block', unique = false, type = 'item', image = 'engine.png', useable = false},
brakes = {name = 'brakes', label = 'Brakes', weight = 4000, shouldClose = true, description = 'Brake upgrade kit', unique = false, type = 'item', image = 'brakes.png', useable = false},
transmission = {name = 'transmission', label = 'Transmission', weight = 14000, shouldClose = true, description = 'Replacement transmission', unique = false, type = 'item', image = 'transmission.png', useable = false},
turbo = {name = 'turbo', label = 'Turbo', weight = 7000, shouldClose = true, description = 'Turbocharger kit', unique = false, type = 'item', image = 'turbo.png', useable = false},
antilag_kit = {name = 'antilag_kit', label = 'Anti-Lag Kit', weight = 1500, shouldClose = true, description = 'Installs anti-lag functionality', unique = false, type = 'item', image = 'antilag_kit.png', useable = false},
suspension = {name = 'suspension', label = 'Suspension', weight = 5000, shouldClose = true, description = 'Suspension upgrade kit', unique = false, type = 'item', image = 'suspension.png', useable = false},
armor_plating = {name = 'armor_plating', label = 'Armor Plating', weight = 18000, shouldClose = true, description = 'Armored body panel kit', unique = false, type = 'item', image = 'armor_plating.png', useable = false},
stance_kit = {name = 'stance_kit', label = 'Stance Kit', weight = 1200, shouldClose = true, description = 'Used for stancing and custom handling options', unique = false, type = 'item', image = 'stance_kit.png', useable = true},
nitro_kit = {name = 'nitro_kit', label = 'Nitro Kit', weight = 3500, shouldClose = true, description = 'Nitro bottle install kit', unique = false, type = 'item', image = 'nitro_kit.png', useable = true},
vehicle_lights = {name = 'vehicle_lights', label = 'Vehicle Lights', weight = 1500, shouldClose = true, description = 'Lighting and underglow install kit', unique = false, type = 'item', image = 'vehicle_lights.png', useable = false},
spark_plugs = {name = 'spark_plugs', label = 'Spark Plugs', weight = 400, shouldClose = true, description = 'Replacement spark plugs', unique = false, type = 'item', image = 'spark_plugs.png', useable = false},
engine_oil = {name = 'engine_oil', label = 'Engine Oil', weight = 1200, shouldClose = true, description = 'Fresh engine oil for oil changes', unique = false, type = 'item', image = 'engine_oil.png', useable = false},
engine_coolant = {name = 'engine_coolant', label = 'Engine Coolant', weight = 1200, shouldClose = true, description = 'Coolant refill canister', unique = false, type = 'item', image = 'engine_coolant.png', useable = false},
brake_fluid = {name = 'brake_fluid', label = 'Brake Fluid', weight = 1000, shouldClose = true, description = 'Brake fluid refill bottle', unique = false, type = 'item', image = 'brake_fluid.png', useable = false},
transmission_fluid = {name = 'transmission_fluid', label = 'Transmission Fluid', weight = 1000, shouldClose = true, description = 'Transmission fluid refill bottle', unique = false, type = 'item', image = 'transmission_fluid.png', useable = false},
air_filter = {name = 'air_filter', label = 'Air Filter', weight = 600, shouldClose = true, description = 'Replacement air filter', unique = false, type = 'item', image = 'air_filter.png', useable = false},
catalytic_converter = {name = 'catalytic_converter', label = 'Catalytic Converter', weight = 4500, shouldClose = true, description = 'Replacement or stolen catalytic converter', unique = false, type = 'item', image = 'catalytic_converter.png', useable = false},
traction_battery = {name = 'traction_battery', label = 'Traction Battery', weight = 18000, shouldClose = true, description = 'High-voltage battery pack for electric vehicles', unique = false, type = 'item', image = 'traction_battery.png', useable = false},
inverter = {name = 'inverter', label = 'Power Inverter', weight = 4500, shouldClose = true, description = 'Electric vehicle power inverter module', unique = false, type = 'item', image = 'inverter.png', useable = false},
rgb_controller = {name = 'rgb_controller', label = 'RGB Controller', weight = 300, shouldClose = true, description = 'Handheld controller for RGB lighting', unique = false, type = 'item', image = 'rgb_controller.png', useable = true},
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('body_kit', 'Body Kit', 2500, 0, 1),
('wheels', 'Wheels', 6000, 0, 1),
('spray_can', 'Spray Can', 500, 0, 1),
('wash_sponge', 'Wash Sponge', 300, 0, 1),
('vehicle_wax', 'Vehicle Wax', 500, 0, 1),
('fix_kit', 'Fix Kit', 2500, 0, 1),
('lug_wrench', 'Lug Wrench', 1500, 0, 1),
('engine', 'Engine', 20000, 0, 1),
('brakes', 'Brakes', 4000, 0, 1),
('transmission', 'Transmission', 14000, 0, 1),
('turbo', 'Turbo', 7000, 0, 1),
('antilag_kit', 'Anti-Lag Kit', 1500, 0, 1),
('suspension', 'Suspension', 5000, 0, 1),
('armor_plating', 'Armor Plating', 18000, 0, 1),
('stance_kit', 'Stance Kit', 1200, 0, 1),
('nitro_kit', 'Nitro Kit', 3500, 0, 1),
('vehicle_lights', 'Vehicle Lights', 1500, 0, 1),
('spark_plugs', 'Spark Plugs', 400, 0, 1),
('engine_oil', 'Engine Oil', 1200, 0, 1),
('engine_coolant', 'Engine Coolant', 1200, 0, 1),
('brake_fluid', 'Brake Fluid', 1000, 0, 1),
('transmission_fluid', 'Transmission Fluid', 1000, 0, 1),
('air_filter', 'Air Filter', 600, 0, 1),
('catalytic_converter', 'Catalytic Converter', 4500, 0, 1),
('traction_battery', 'Traction Battery', 18000, 0, 1),
('inverter', 'Power Inverter', 4500, 0, 1),
('rgb_controller', 'RGB Controller', 300, 0, 1);
The script ships preview icons for most mechanic items in
sky_mechanicjob/config/inventory.Support
Need help? Our support team is always ready to assist
Join Discord