Browse docs
Inventory Items
Use these configurations to prepare your inventory for the Sky Mechanic Job resource.
['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'
},
['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'
},
['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'
},
['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'
},
['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'
},
['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'
},
['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},
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},
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},
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),
('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),
('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),
('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