qs-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'] = {
['name'] = 'adrenaline',
['label'] = 'Adrenaline Injector',
['weight'] = 0,
['type'] = 'item',
['image'] = 'adrenaline.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Instant stimulant that increases alertness and restores energy in emergencies.'
},
['antibiotic'] = {
['name'] = 'antibiotic',
['label'] = 'Antibiotic Pills',
['weight'] = 0,
['type'] = 'item',
['image'] = 'antibiotic.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Used to fight infections and boost immune recovery.'
},
['burn_gel'] = {
['name'] = 'burn_gel',
['label'] = 'Burn Gel',
['weight'] = 0,
['type'] = 'item',
['image'] = 'burn_gel.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Soothing gel that cools and treats minor burns.'
},
['burncream'] = {
['name'] = 'burncream',
['label'] = 'Burn Cream',
['weight'] = 0,
['type'] = 'item',
['image'] = 'burncream.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Medicated cream that prevents infection in burn wounds.'
},
['defib'] = {
['name'] = 'defib',
['label'] = 'Defibrillator',
['weight'] = 0,
['type'] = 'item',
['image'] = 'defib.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Portable defibrillator used to revive unconscious patients.'
},
['epinephrine'] = {
['name'] = 'epinephrine',
['label'] = 'Epinephrine Shot',
['weight'] = 0,
['type'] = 'item',
['image'] = 'epinephrine.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Emergency shot used to treat severe allergic reactions or shock.'
},
['hemostatic_agent'] = {
['name'] = 'hemostatic_agent',
['label'] = 'Hemostatic Agent',
['weight'] = 0,
['type'] = 'item',
['image'] = 'hemostatic_agent.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Stops bleeding instantly. Ideal for deep cuts or gunshot wounds.'
},
['icepack'] = {
['name'] = 'icepack',
['label'] = 'Ice Pack',
['weight'] = 0,
['type'] = 'item',
['image'] = 'icepack.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Cold pack to reduce swelling and bruising.'
},
['medbag'] = {
['name'] = 'medbag',
['label'] = 'Medical Bag',
['weight'] = 0,
['type'] = 'item',
['image'] = 'medbag.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Bag used by medics to store medical tools and supplies.'
},
['medikit'] = {
['name'] = 'medikit',
['label'] = 'First Aid Kit',
['weight'] = 0,
['type'] = 'item',
['image'] = 'medikit.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Basic first aid kit with bandages, antiseptic, and painkillers.'
},
['morphine'] = {
['name'] = 'morphine',
['label'] = 'Morphine Syringe',
['weight'] = 0,
['type'] = 'item',
['image'] = 'morphine.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Strong painkiller used in serious injuries to reduce pain.'
},
['painkiller'] = {
['name'] = 'painkiller',
['label'] = 'Painkillers',
['weight'] = 0,
['type'] = 'item',
['image'] = 'painkiller.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Pills that temporarily reduce pain and stabilize the patient.'
},
['sedative'] = {
['name'] = 'sedative',
['label'] = 'Sedative Syringe',
['weight'] = 0,
['type'] = 'item',
['image'] = 'sedative.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Injectable sedative that calms or puts the patient to sleep.'
},
['self_sedative'] = {
['name'] = 'self_sedative',
['label'] = 'Liquid Sedative',
['weight'] = 0,
['type'] = 'item',
['image'] = 'self_sedative.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Liquid medicine that helps reduce stress and anxiety.'
},
['stretcher'] = {
['name'] = 'stretcher',
['label'] = 'Stretcher',
['weight'] = 0,
['type'] = 'item',
['image'] = 'stretcher.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Used to transport injured or unconscious players safely.'
},
['suturekit'] = {
['name'] = 'suturekit',
['label'] = 'Suture Kit',
['weight'] = 0,
['type'] = 'item',
['image'] = 'suturekit.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Kit used to close deep wounds with surgical stitches.'
},
['tweezers'] = {
['name'] = 'tweezers',
['label'] = 'Tweezers',
['weight'] = 0,
['type'] = 'item',
['image'] = 'tweezers.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Tool used to remove bullets or debris from wounds.'
},
Last updated