Browse docs

Inventory Items

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

Preview images for the resource-specific items are included in sky_ambulancejob/config/inventory — use them so the items match the UI.

GroupItemsNotes
Default wound care and medicationgauze, pressure_bandage, quickclot, tourniquet, blood_infusion, saline_infusion, bp_medication, epinephrine, glucose, ibuprofen, oxycodon, morphineReferenced by the default treatment flow and/or job shop
Default diagnostic and rescue toolsblood_pressure, pulse_measurement, pulse_oximeter, glucose_meter, rescue_shears, bag_valve_maskUsed by the treatment UI; tool icons are supplied
Mobility and public treatmentcrutch, wheelchair, rescue_backpackCrutch and wheelchair are enabled; public treatment is disabled by default
Framework-style healing itemsbandage, firstaid, medkitRegistered by Config.HealingItems; most frameworks already define them
Example custom medicationsvomex, kuehlpack, fentanyl, defibrillatorOnly needed while keeping the examples in config/custom_medications.lua; provide your own icons

The format blocks below contain every resource-specific item that has a supplied icon. Verify the framework-style and custom items separately when you keep those configuration entries.

['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'
},
['pressure_bandage'] = { label = 'Pressure Bandage', weight = 150, stack = true, close = true, description = 'Pressure dressing for severe bleeding' },
['epinephrine'] = { label = 'Epinephrine', weight = 100, stack = true, close = true, description = 'Emergency medication for critical patients' },
['blood_pressure'] = { label = 'Blood Pressure Cuff', weight = 1000, stack = false, close = true, description = 'Tool for measuring blood pressure' },
['pulse_measurement'] = { label = 'Pulse Measurement', weight = 200, stack = false, close = true, description = 'Tool for checking a patient pulse' },
['pulse_oximeter'] = { label = 'Pulse Oximeter', weight = 250, stack = false, close = true, description = 'Tool for measuring pulse and blood oxygen' },
['glucose_meter'] = { label = 'Glucose Meter', weight = 300, stack = false, close = true, description = 'Tool for measuring blood glucose' },
['rescue_shears'] = { label = 'Rescue Shears', weight = 500, stack = false, close = true, description = 'Medical shears for exposing injuries' },
['bag_valve_mask'] = { label = 'Bag Valve Mask', weight = 1500, stack = false, close = true, description = 'Manual ventilation equipment' },
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