💊Solstice-Dispensary
https://discord.gg/8Kq6RAKgtF
Add these items in Qb-core/shared/items.lua
```
---wraps
['backwoods_russian_cream'] = {['name'] = 'backwoods_russian_cream', ['label'] = 'russian cream backwoods', ['weight'] = 0, ['type'] = 'item', ['image'] = 'backwoods_russian_cream.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = {accept = {'cake_mixbud', 'georgia_piebud', 'whitecherry_gelatobud', 'icecreamcake_bud'}, reward = 'blunt', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Rolling up a blunt', ['timeOut'] = 5000,}}, ['description'] = 'Like the rest of the Backwoods line, these rustic cigarillos have an all-natural leaf wrapper that is dark, oily and tasty.'},
['backwoods_grape'] = {['name'] = 'backwoods_grape', ['label'] = 'grape backwoods', ['weight'] = 0, ['type'] = 'item', ['image'] = 'backwoods_grape.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = {accept = {'cake_mixbud', 'georgia_piebud', 'whitecherry_gelatobud'}, reward = 'blunt2', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Rolling up a blunt', ['timeOut'] = 5000,}}, ['description'] = 'Like the rest of the Backwoods line, these rustic cigarillos have an all-natural leaf wrapper that is dark, oily and tasty.'},
['backwoods_honey'] = {['name'] = 'backwoods_honey', ['label'] = 'honey backwoods', ['weight'] = 0, ['type'] = 'item', ['image'] = 'backwoods_honey.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = {accept = {'cake_mixbud', 'georgia_piebud', 'whitecherry_gelatobud'}, reward = 'blunt3', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Rolling up a blunt', ['timeOut'] = 5000,}}, ['description'] = 'Like the rest of the Backwoods line, these rustic cigarillos have an all-natural leaf wrapper that is dark, oily and tasty.'},
---cart battery
['cart_battery'] = {['name'] = 'cart_battery', ['label'] = 'battery', ['weight'] = 0, ['type'] = 'item', ['image'] = 'cart_battery.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = {accept = {'cart_',}, reward = 'readycart', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = 'Screwing Cart onto battery', ['timeOut'] = 5000,}}, ['description'] = 'just a cart battery.'},
["cart_"] = {["name"] = "cart_", ["label"] = "PREMIUM OIL CARTRIDGE", ["weight"] = 1600, ["type"] = "item", ["image"] = "cart_.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "PREMIUM OIL CARTRIDGE"},
["readycart"] = {["name"] = "readycart", ["label"] = "THC Pen", ["weight"] = 1600, ["type"] = "item", ["image"] = "readycart.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "THC Pen"},
---blunts that can be used to roll up
["blunt"] = {["name"] = "blunt", ["label"] = "russian cream backwoods blunt", ["weight"] = 1600, ["type"] = "item", ["image"] = "blunt1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just a rolled blunt"},
["blunt2"] = {["name"] = "blunt2", ["label"] = "grape backwoods blunt", ["weight"] = 1600, ["type"] = "item", ["image"] = "blunt1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just a rolled blunt"},
["blunt3"] = {["name"] = "blunt3", ["label"] = "honey backwoods' blunt", ["weight"] = 1600, ["type"] = "item", ["image"] = "blunt1.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just a rolled blunt"},
---------3.5 bags-------------
["cake_mix"] = {["name"] = "cake_mix", ["label"] = "Cake Mix 3.5 gram Pack", ["weight"] = 1600, ["type"] = "item", ["image"] = "cake_mix.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium pack of cake mix"},
["cake_mixbud"] = {["name"] = "cake_mixbud", ["label"] = "Cake mix", ["weight"] = 1600, ["type"] = "item", ["image"] = "cakemix_bud.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium flower 1g"},
["georgia_pie"] = {["name"] = "georgia_pie", ["label"] = "georgia pie 3.5 gram Pack", ["weight"] = 1600, ["type"] = "item", ["image"] = "georgia_pie.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium pack of georgia pie"},
["georgia_piebud"] = {["name"] = "georgia_piebud", ["label"] = "georgia pie mix", ["weight"] = 1600, ["type"] = "item", ["image"] = "georgia_pie_bud.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium flower 1g"},
["whitecherry_gelato"] = {["name"] = "whitecherry_gelato", ["label"] = "white cherry gelato 3.5 gram Pack", ["weight"] = 1600, ["type"] = "item", ["image"] = "whitecherry_gelato.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium pack of white cherry gelato"},
["whitecherry_gelatobud"] = {["name"] = "whitecherry_gelatobud", ["label"] = "white cherry gelato mix", ["weight"] = 1600, ["type"] = "item", ["image"] = "whitecherry_gelato_bud.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium flower 1g"},
["stizzy_icecreamcake"] = {["name"] = "stizzy_icecreamcake", ["label"] = "Stiiizy IceCream Cake", ["weight"] = 100, ["type"] = "item", ["image"] = "stizzy_icecreamcake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "AAAA Stizzy Flower!"},
["icecreamcake_bud"] = {["name"] = "icecreamcake_bud", ["label"] = "Stiiizy Icecream Cake 1g", ["weight"] = 1600, ["type"] = "item", ["image"] = "icecreamcake_bud.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = " Premium flower 1g"},
["stizzy_rosin"] = {["name"] = "stizzy_rosin", ["label"] = "Stiiizy Live Rosin", ["weight"] = 100, ["type"] = "item", ["image"] = "stizzy_rosin.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "AAAA Stizzy Live Rosin!"},
-----add on pre rolls----------------
["packarillos"] = {["name"] = "packarillos", ["label"] = "Packarillos", ["weight"] = 1600, ["type"] = "item", ["image"] = "packarillos.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "3 Pack of Blunts"},
["packarillo"] = {["name"] = "packarillo", ["label"] = "Packarillo", ["weight"] = 1600, ["type"] = "item", ["image"] = "packarillo.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "1 Single Packarillo"},
["packwoods"] = {["name"] = "packwoods", ["label"] = "Packwood", ["weight"] = 100, ["type"] = "item", ["image"] = "packwoods.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hand rolled Premium Extract preroll!"},
["jeeter"] = {["name"] = "jeeter", ["label"] = "Jeeter Preroll", ["weight"] = 100, ["type"] = "item", ["image"] = "jeeter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "1g Diamond Extract Preroll!"},
["jungleboyspr"] = {["name"] = "jungleboyspr", ["label"] = "Jungle Boys Joint", ["weight"] = 100, ["type"] = "item", ["image"] = "jungleboyspr.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "1g Premium Jungle Boys preroll!"},
["pre-rollsCookies"] = {["name"] = "pre-rolls", ["label"] = "Cookies 1g Pre Roll", ["weight"] = 1600, ["type"] = "item", ["image"] = "afghankush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just a pre-rolled joint"},
["pre-rollsStiiizy"] = {["name"] = "pre-rolls", ["label"] = "Stiiizy 1g Pre Roll", ["weight"] = 1600, ["type"] = "item", ["image"] = "joint3g.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Just a pre-rolled joint"},
```
Last updated
Was this helpful?