Browse docs

Inventory Items

Use these configurations to prepare your inventory for the Sky Ambulance Job script.

Preview images for every item are included in sky_ambulancejob/config/inventory — use them so the items match the UI.

['gauze'] = {
    label = 'Gauze',
    weight = 50,
    stack = true,
    close = true,
    description = 'Used for dressing wounds'
},
['blood_infusion'] = {
    label = 'Blood Infusion',
    weight = 500,
    stack = true,
    close = true,
    description = 'Infusion for restoring blood'
},
['crutch'] = {
    label = 'Crutch',
    weight = 2000,
    stack = false,
    close = true,
    description = 'Crutch for assistance while walking'
},
['wheelchair'] = {
    label = 'Wheelchair',
    weight = 15000,
    stack = false,
    close = true,
    description = 'Wheelchair'
},
['glucose'] = {
    label = 'Glucose',
    weight = 300,
    stack = true,
    close = true,
    description = 'Glucose for quick energy recovery'
},
['rescue_backpack'] = {
    label = 'Rescue Backpack',
    weight = 8000,
    stack = false,
    close = true,
    description = 'Medical backpack for emergency aid'
},
['saline_infusion'] = {
    label = 'Saline Infusion',
    weight = 500,
    stack = true,
    close = true,
    description = 'Saline solution for stabilization'
},
['quickclot'] = {
    label = 'QuickClot',
    weight = 100,
    stack = true,
    close = true,
    description = 'Stops severe bleeding'
},
['tourniquet'] = {
    label = 'Tourniquet',
    weight = 150,
    stack = true,
    close = true,
    description = 'Stops bleeding fast but for a limited time'
},
['ibuprofen'] = {
    label = 'Ibuprofen',
    weight = 50,
    stack = true,
    close = true,
    description = 'Painkiller and anti-inflammatory'
},
['oxycodon'] = {
    label = 'Oxycodone',
    weight = 50,
    stack = true,
    close = true,
    description = 'Strong painkiller (opioid)'
},
['morphine'] = {
    label = 'Morphine',
    weight = 50,
    stack = true,
    close = true,
    description = 'Powerful pain-relief medication'
},
['bp_medication'] = {
    label = 'Blood Pressure Medication',
    weight = 50,
    stack = true,
    close = true,
    description = 'Medication to lower high blood pressure'
},
The qb-core shared items also cover qb-inventory, ps-inventory, and jpr-inventory — they all read QBShared.Items. For inventories not listed here (core_inventory, origen_inventory, ak47_inventory, one_inventory), transfer the same name, label, weight, and image values into that inventory's item format.

Support

Need help? Our support team is always ready to assist

Join Discord