Installation
Last updated
Last updated
['recipe_weed'] = {['name'] = 'recipe_weed', ['label'] = 'Weed Recipe', ['weight'] = 30, ['type'] = 'item', ['image'] = 'recipe_weed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Recipe for something?'},
['weed_nutrition'] = {['name'] = 'weed_nutrition', ['label'] = 'Weed Nutrition', ['weight'] = 30, ['type'] = 'item', ['image'] = 'weed_nutrition.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Nutrition'},
['weed_seed'] = {['name'] = 'weed_seed', ['label'] = 'Weed Seed', ['weight'] = 30, ['type'] = 'item', ['image'] = 'weed_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Seeds?'},
['drugscale'] = {['name'] = 'drugscale', ['label'] = 'Scale', ['weight'] = 30, ['type'] = 'item', ['image'] = 'drugscale.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A special Scale'},
['drugkit'] = {['name'] = 'drugkit', ['label'] = 'Drug Kit', ['weight'] = 30, ['type'] = 'item', ['image'] = 'drugkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A kit?'},
['zipbags'] = {['name'] = 'zipbags', ['label'] = 'Zipbags', ['weight'] = 30, ['type'] = 'item', ['image'] = 'zipbags.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Small bags?'},
['weed'] = {['name'] = 'weed', ['label'] = 'Weed Brick', ['weight'] = 30, ['type'] = 'item', ['image'] = 'weed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Grass?'},
['weed_baggy'] = {['name'] = 'weed_baggy', ['label'] = 'Weed Baggy', ['weight'] = 30, ['type'] = 'item', ['image'] = 'weed_baggy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Grass in Small bags?'}, INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('recipe_weed', 'Weed Recipe', 10, 0, 1),
('weed_nutrition', 'Weed Nutrition', 10, 0, 1),
('weed_seed', 'Weed Seed', 10, 0, 1),
('drugscale', 'Scale', 10, 0, 1),
('drugkit', 'Drug Kit', 10, 0, 1),
('zipbags', 'Zipbags', 10, 0, 1),
('weed', 'Weed Brick', 10, 0, 1),
('weed_baggy', 'Weed Baggy', 10, 0, 1);