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 = 800,
    stack = true,
},

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

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

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

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

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

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

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

["morphine_30mg"] = {
    label = "Morphine 30MG",
    weight = 5,
    stack = true,
},

["morphine_15mg"] = {
    label = "Morphine 15MG",
    weight = 5,
    stack = true,
},

["percocet_30mg"] = {
    label = "Percocet 30MG",
    weight = 5,
    stack = true,
},

["percocet_15mg"] = {
    label = "Percocet 15MG",
    weight = 5,
    stack = true,
},

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

["vicodin_10mg"] = {
    label = "Vicodin 10MG",
    weight = 5,
    stack = true,
},

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

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

Last updated