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