Inventory Setup
Add to items.lua
['acetone'] = {
label = 'Acetone',
weight = 1000,
stack = true,
close = true,
description = 'A highly volatile chemical...',
},
['lithium'] = {
label = 'Lithium',
weight = 500,
stack = true,
close = true,
description = 'Lithium, commonly found in batteries.',
},
['meth_testkit'] = {
label = 'Meth Test Kit',
weight = 500,
stack = true,
close = true,
description = 'Meth Test Kit',
},
['eggtimer'] = {
label = 'Egg Timer',
weight = 500,
stack = true,
close = true,
description = 'Egg Timer',
},
['meth'] = {
label = '1g of Meth',
weight = 100,
stack = true,
close = true,
description = 'A gram of the finest teeth rotting goodness!',
},
['meth_1oz'] = {
label = 'Ounce of Meth',
weight = 280,
stack = true,
close = true,
description = 'A ounce of the finest teeth rotting goodness!',
},
['gasmask'] = {
label = 'Gas Mask',
weight = 3000,
stack = false,
close = true,
description = 'One size fits all!',
},
['hydrochloricacid'] = {
label = 'Hydrochloric Acid',
weight = 500,
stack = true,
close = true,
description = 'Highly acidic.',
},
['red_phos'] = {
label = 'Red Phosphorus',
weight = 500,
stack = true,
close = true,
description = 'A component used in match-sticks.',
},
['pseudoephedrine'] = {
label = 'Pseudoephedrine',
weight = 500,
stack = true,
close = true,
description = 'Over-The-Counter medication.',
},
['crushed_pseudo'] = {
label = 'Crushed Pseudo',
weight = 500,
stack = true,
close = true,
description = 'Over-The-Counter medication crushed into a fine powder.',
},
['pestle_and_mortar'] = {
label = 'Pestle and Mortar',
weight = 2000,
stack = true,
close = true,
description = 'Used for crushing ingredients.',
},
['methlab'] = {
label = 'Portable Meth-Lab',
weight = 10000,
stack = true,
close = true,
description = 'Meth equipment for on-the-go!',
},
['beaker'] = {
label = 'Chemical Beaker',
weight = 1500,
stack = true,
close = true,
description = 'Pyrex beaker for mixing chemicals!',
},
['food_coloring'] = {
label = 'Food Coloring (Blue)',
weight = 500,
stack = true,
close = true,
description = 'Give your food that "Jesse Special"',
},
['acetone'] = {['name'] = 'acetone', ['label'] = 'Acetone', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'acetone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'A highly volitile chemical..'},
['lithium'] = {['name'] = 'lithium', ['label'] = 'Lithium', ['weight'] = 500, ['type'] = 'item', ['image'] = 'lithium.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Lithium, commonly found in batteries.'},
['meth_testkit'] = {['name'] = 'meth_testkit', ['label'] = 'Meth Test Kit', ['weight'] = 500, ['type'] = 'item', ['image'] = 'meth_testkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Meth Test Kit.'},
['eggtimer'] = {['name'] = 'eggtimer', ['label'] = 'Egg Timer', ['weight'] = 500, ['type'] = 'item', ['image'] = 'eggtimer.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Egg Timer.'},
['meth'] = {['name'] = 'meth', ['label'] = '1g of Meth', ['weight'] = 100, ['type'] = 'item', ['image'] = 'meth.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A gram of the finest teeth rotting goodness!'},
['meth_1oz'] = {['name'] = 'meth_1oz', ['label'] = 'Ounce of Meth', ['weight'] = 280, ['type'] = 'item', ['image'] = 'meth_1oz.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A ounce of the finest teeth rotting goodness!'},
['gasmask'] = {['name'] = 'gasmask', ['label'] = 'Gas Mask', ['weight'] = 3000, ['type'] = 'item', ['image'] = 'gasmask.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'One size fits all!'},
['hydrochloricacid'] = {['name'] = 'hydrochloricacid', ['label'] = 'Hydrochloric Acid', ['weight'] = 500, ['type'] = 'item', ['image'] = 'hydrochloricacid.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Highly acidic.'},
['red_phos'] = {['name'] = 'red_phos', ['label'] = 'Red Phosphorus', ['weight'] = 500, ['type'] = 'item', ['image'] = 'red_phos.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A componant used in match-sticks.'},
['pseudoephedrine'] = {['name'] = 'pseudoephedrine', ['label'] = 'Pseudoephedrine', ['weight'] = 500, ['type'] = 'item', ['image'] = 'pseudoephedrine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Over-The-Counter medication.'},
['crushed_pseudo'] = {['name'] = 'crushed_pseudo', ['label'] = 'Crushed Pseudo', ['weight'] = 500, ['type'] = 'item', ['image'] = 'crushed_pseudo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Over-The-Counter medication crushed into a fine powder.'},
['pestle_and_mortar'] = {['name'] = 'pestle_and_mortar', ['label'] = 'Pestle and Mortar', ['weight'] = 2000, ['type'] = 'item', ['image'] = 'pestle_and_mortar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Used for crushing ingredients.'},
['methlab'] = {['name'] = 'methlab', ['label'] = 'Portable Meth-Lab', ['weight'] = 10000, ['type'] = 'item', ['image'] = 'methlab.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Meth equipment for on-the-go!'},
['beaker'] = {['name'] = 'beaker', ['label'] = 'Chemical Beaker', ['weight'] = 1500, ['type'] = 'item', ['image'] = 'beaker.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Pyrex beaker for mixing chemicals!'},
['food_coloring'] = {['name'] = 'food_coloring', ['label'] = 'Food Coloring (Blue)', ['weight'] = 500, ['type'] = 'item', ['image'] = 'food_coloring.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Give your food that "Jesse Special"'},
Last updated