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.

["medikit"] = {
    label = "Medikit",
    weight = 2500,
    stack = true,
},

["medbag"] = {
    label = "Medical Bag",
    weight = 2500,
    stack = true,
},

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

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

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

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

["defib"] = {
    label = "Defibrillator",
    weight = 1120,
    stack = true,
},

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

["morphine30"] = {
    label = "Morphine 30MG",
    weight = 2,
    stack = true,
},

["morphine15"] = {
    label = "Morphine 15MG",
    weight = 2,
    stack = true,
},

["perc30"] = {
    label = "Percocet 30MG",
    weight = 2,
    stack = true,
},

["perc10"] = {
    label = "Percocet 10MG",
    weight = 2,
    stack = true,
},

["perc5"] = {
    label = "Percocet 5MG",
    weight = 2,
    stack = true,
},

["vic10"] = {
    label = "Vicodin 10MG",
    weight = 2,
    stack = true,
},

["vic5"] = {
    label = "Vicodin 5MG",
    weight = 2,
    stack = true,
},

Last updated