Inventory Items

Use these configurations to prepare your inventory for the Sky Ambulance Job script.
['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'
},

Support

Need help? Our support team is always ready to assist

Join Discord