qb-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'] = { ['name'] = 'medikit', ['label'] = 'Medikit', ['weight'] = 800, ['type'] = 'item', ['image'] = 'medikit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'You can use this medikit to treat your patients' },
['medbag'] = { ['name'] = 'medbag', ['label'] = 'Medical Bag', ['weight'] = 1200, ['type'] = 'item', ['image'] = 'medbag.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A bag of medic tools' },
['tweezers'] = { ['name'] = 'tweezers', ['label'] = 'Tweezers', ['weight'] = 100, ['type'] = 'item', ['image'] = 'tweezers.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'For picking out bullets or debris' },
['suturekit'] = { ['name'] = 'suturekit', ['label'] = 'Suture Kit', ['weight'] = 300, ['type'] = 'item', ['image'] = 'suturekit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'For stitching your patients' },
['icepack'] = { ['name'] = 'icepack', ['label'] = 'Ice Pack', ['weight'] = 200, ['type'] = 'item', ['image'] = 'icepack.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To help reduce swelling' },
['burncream'] = { ['name'] = 'burncream', ['label'] = 'Burn Cream', ['weight'] = 150, ['type'] = 'item', ['image'] = 'burncream.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To help with burns' },
['defib'] = { ['name'] = 'defib', ['label'] = 'Defibrillator', ['weight'] = 2500, ['type'] = 'item', ['image'] = 'defib.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Used to revive patients' },
['sedative'] = { ['name'] = 'sedative', ['label'] = 'Sedative', ['weight'] = 5, ['type'] = 'item', ['image'] = 'sedative.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'If needed, this will sedate a patient' },
['morphine_30mg'] = { ['name'] = 'morphine_30mg', ['label'] = 'Morphine 30MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'morphine_30mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Strong opioid for severe pain relief' },
['morphine_15mg'] = { ['name'] = 'morphine_15mg', ['label'] = 'Morphine 15MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'morphine_15mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Moderate opioid for controlled pain' },
['percocet_30mg'] = { ['name'] = 'percocet_30mg', ['label'] = 'Percocet 30MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'percocet_30mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'High dose pain relief medication' },
['percocet_15mg'] = { ['name'] = 'percocet_15mg', ['label'] = 'Percocet 15MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'percocet_15mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Medium dose pain relief medication' },
['percocet_5mg'] = { ['name'] = 'percocet_5mg', ['label'] = 'Percocet 5MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'percocet_5mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Low dose pain relief medication' },
['vicodin_10mg'] = { ['name'] = 'vicodin_10mg', ['label'] = 'Vicodin 10MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'vicodin_10mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vicodin tablet for moderate pain' },
['vicodin_5mg'] = { ['name'] = 'vicodin_5mg', ['label'] = 'Vicodin 5MG', ['weight'] = 5, ['type'] = 'item', ['image'] = 'vicodin_5mg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Vicodin tablet for light pain' },
['stretcher'] = { ['name'] = 'stretcher', ['label'] = 'Stretcher', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'stretcher.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A medical stretcher to transport injured patients safely' },
Last updated