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

GroupItems
Core tuningbody_kit, wheels, spray_can, engine, brakes, transmission, turbo, suspension, armor_plating, stance_kit, vehicle_lights
Performancenitro_kit, antilag_kit, rgb_controller
Vehicle carewash_sponge, vehicle_wax, fix_kit
Wear and diagnosticsspark_plugs, engine_oil, engine_coolant, brake_fluid, transmission_fluid, air_filter
Electric vehiclestraction_battery, inverter
Parts theftlug_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'
},
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