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'
},
['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'
},
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