ox_inventory

The images for these items can always be found in a folder named [images] within the previously downloaded package. Make sure to use these images to ensure consistency and a seamless experience for players on your server.

["adrenaline"] = {
    label = "Adrenaline Injector",
    weight = 50,
    stack = true,
},

["antibiotic"] = {
    label = "Antibiotic Pills",
    weight = 20,
    stack = true,
},

["burn_gel"] = {
    label = "Burn Gel",
    weight = 30,
    stack = true,
},

["burncream"] = {
    label = "Burn Cream",
    weight = 40,
    stack = true,
},

["defib"] = {
    label = "Defibrillator",
    weight = 2500,
    stack = false,
},

["epinephrine"] = {
    label = "Epinephrine Shot",
    weight = 40,
    stack = true,
},

["hemostatic_agent"] = {
    label = "Hemostatic Agent",
    weight = 25,
    stack = true,
},

["icepack"] = {
    label = "Ice Pack",
    weight = 150,
    stack = true,
},

["medbag"] = {
    label = "Medical Bag",
    weight = 1200,
    stack = false,
},

["medikit"] = {
    label = "First Aid Kit",
    weight = 800,
    stack = true,
},

["morphine"] = {
    label = "Morphine Syringe",
    weight = 35,
    stack = true,
},

["painkiller"] = {
    label = "Painkillers",
    weight = 25,
    stack = true,
},

["sedative"] = {
    label = "Sedative Syringe",
    weight = 30,
    stack = true,
},

["self_sedative"] = {
    label = "Liquid Sedative",
    weight = 30,
    stack = true,
},

["stretcher"] = {
    label = "Stretcher",
    weight = 1500,
    stack = false,
},

["suturekit"] = {
    label = "Suture Kit",
    weight = 300,
    stack = true,
},

["tweezers"] = {
    label = "Tweezers",
    weight = 100,
    stack = true,
},

Last updated