Items - QB
Add these into your items list e.g. qb-core/shared/items.lua
-- Vanilla Unicorn
amaretto = { name = 'amaretto', label = 'Amaretto', weight = 500, type = 'item', image = 'amaretto.png', unique = false, useable = true, shouldClose = true, description = 'Sweet Italian almond-like liqueur' },
amarettosour = { name = 'amarettosour', label = 'Amaretto Sour', weight = 500, type = 'item', image = 'amarettosour.png', unique = false, useable = true, shouldClose = true, description = 'Cocktail made from amaretto and citrus juice' },
beefnachos = { name = 'beefnachos', label = 'Beef Nachos', weight = 500, type = 'item', image = 'beefnachos.png', unique = false, useable = true, shouldClose = true, description = 'Nachos loaded with beef' },
bellini = { name = 'bellini', label = 'Bellini', weight = 500, type = 'item', image = 'bellini.png', unique = false, useable = true, shouldClose = true, description = 'Cocktail made from Prosecco and peach purée' },
blueballmartini = { name = 'blueballmartini', label = 'Blue Ball Martini', weight = 500, type = 'item', image = 'blueballmartini.png', unique = false, useable = true, shouldClose = true, description = 'Cocktail combining vodka, peach schnapps, and lemon' },
cosmopolitan = { name = 'cosmopolitan', label = 'Cosmopolitan', weight = 500, type = 'item', image = 'cosmopolitan.png', unique = false, useable = true, shouldClose = true, description = 'Vodka mixed with orange cointreau, cranberry juice, and lime juice' },
cranberryjuice = { name = 'cranberryjuice', label = 'Cranberry Juice', weight = 500, type = 'item', image = 'cranberryjuice.png', unique = false, useable = true, shouldClose = true, description = 'Freshly squeezed cranberry juice' },
drpecker = { name = 'drpecker', label = 'Dr. Pecker', weight = 200, type = 'item', image = 'drpecker.png', unique = false, useable = true, shouldClose = true, description = 'Combines whiskey, cola and cranberry juice' },
longislandicedtea = { name = 'longislandicedtea', label = 'Long Island Iced Tea', weight = 500, type = 'item', image = 'longislandicedtea.png', unique = false, useable = true, shouldClose = true, description = 'Vodka mixed with tequila, gin, and cola, with a lemon slice' },
margarita = { name = 'margarita', label = 'Margarita', weight = 500, type = 'item', image = 'margarita.png', unique = false, useable = true, shouldClose = true, description = 'Tequila mixed with orange triple sec, with a lime slice' },
midori = { name = 'midori', label = 'Midori', weight = 200, type = 'item', image = 'midori.png', unique = false, useable = true, shouldClose = true, description = 'Japanese sweet, bright green-colored liqueur, flavored with muskmelon' },
pinacolada = { name = 'pinacolada', label = 'Piña Colada', weight = 500, type = 'item', image = 'pinacolada.png', unique = false, useable = true, shouldClose = true, description = 'Rum cocktail mixed with pineapple juice' },
pineapplejuice = { name = 'pineapplejuice', label = 'Pineapple Juice', weight = 200, type = 'item', image = 'pineapplejuice.png', unique = false, useable = true, shouldClose = true, description = 'Freshly squeezed pineapple juice' },
pornstarmartini = { name = 'pornstarmartini', label = 'Pornstar Martini', weight = 500, type = 'item', image = 'pornstarmartini.png', unique = false, useable = true, shouldClose = true, description = 'Cocktail combining vodka, sparkling wine, and lime juice' },
prosecco = { name = 'prosecco', label = 'Prosecco', weight = 500, type = 'item', image = 'prosecco.png', unique = false, useable = true, shouldClose = true, description = 'A bottle of sparking champagne-like prosecco' },
sambuca = { name = 'sambuca', label = 'Sambuca', weight = 500, type = 'item', image = 'sambuca.png', unique = false, useable = true, shouldClose = true, description = 'An Italian anise-flavoured liqueur' },
sangria = { name = 'sangria', label = 'Sangria', weight = 500, type = 'item', image = 'sangria.png', unique = false, useable = true, shouldClose = true, description = 'Rum cocktail mixed with pineapple juice' },
screwdriver = { name = 'screwdriver', label = 'Screwdriver', weight = 500, type = 'item', image = 'screwdriver.png', unique = false, useable = true, shouldClose = true, description = 'Vodka highball cocktail mixed with orange juice' },
sexonthebeach = { name = 'sexonthebeach', label = 'Sex On The Beach', weight = 500, type = 'item', image = 'sexonthebeach.png', unique = false, useable = true, shouldClose = true, description = 'Less gritty than you would think' },
slipperynipple = { name = 'slipperynipple', label = 'Slippery Nipple', weight = 500, type = 'item', image = 'slipperynipple.png', unique = false, useable = true, shouldClose = true, description = 'Cocktail shot of sambuca and peach schnapps' },
strawberrydaiquiri = { name = 'strawberrydaiquiri', label = 'Strawberry Daiquiri', weight = 500, type = 'item', image = 'strawberrydaiquiri.png', unique = false, useable = true, shouldClose = true, description = 'Summertime favourite combining rum and fresh strawberries' },
strawberrymargarita = { name = 'strawberrymargarita', label = 'Strawberry Margarita', weight = 500, type = 'item', image = 'strawberrymargarita.png', unique = false, useable = true, shouldClose = true, description = 'Summertime favourite combining tequila and fresh strawberries' },
vumenu1 = { name = 'vumenu1', label = 'Vanilla Unicorn Menu', weight = 100, type = 'item', image = 'menu.png', unique = false, useable = true, shouldClose = true, description = 'Cocktails menu for the Vanilla Unicorn club' },
vumenu2 = { name = 'vumenu2', label = 'Vanilla Unicorn Menu', weight = 100, type = 'item', image = 'menu.png', unique = false, useable = true, shouldClose = true, description = 'Food and Drinks menu for the Vanilla Unicorn club' },
-- Farming
apple = { name = 'apple', label = 'Apple', weight = 100, type = 'item', image = 'apple.png', unique = false, useable = true, shouldClose = true, description = 'Do not eat the pip..' },
basil = { name = 'basil', label = 'Basil', weight = 100, type = 'item', image = 'basil.png', unique = false, useable = false, shouldClose = false, description = 'A great seasoning!' },
beef = { name = 'beef', label = 'Beef', weight = 500, type = 'item', image = 'beef.png', unique = false, useable = false, shouldClose = false, description = 'A slab of raw beef' },
cheddar = { name = 'cheddar', label = 'Cheddar Slice', weight = 100, type = 'item', image = 'cheddar.png', unique = false, useable = true, shouldClose = true, description = 'Slice of Cheese' },
lemon = { name = 'lemon', label = 'Lemon', weight = 100, type = 'item', image = 'lemon.png', unique = false, useable = true, shouldClose = true, description = 'Citrusy delight' },
lime = { name = 'lime', label = 'Lime', weight = 100, type = 'item', image = 'lime.png', unique = false, useable = true, shouldClose = true, description = 'Goes well with Tequila!' },
orange = { name = 'orange', label = 'Orange', weight = 100, type = 'item', image = 'orange.png', unique = false, useable = true, shouldClose = true, description = 'What came first - the fruit or the colour?' },
peach = { name = 'peach', label = 'Peach', weight = 100, type = 'item', image = 'peach.png', unique = false, useable = true, shouldClose = true, description = 'Peachy Keen!' },
strawberry = { name = 'strawberry', label = 'Strawberry', weight = 100, type = 'item', image = 'strawberry.png', unique = false, useable = true, shouldClose = true, description = 'Technically not a berry' },
-- Soft Drinks
ecola = { name = 'ecola', label = 'eCola', weight = 100, type = 'item', image = 'ecola.png', unique = false, useable = true, shouldClose = true, description = 'Full fat cola beverage' },
ecolalight = { name = 'ecolalight', label = 'eCola Light', weight = 100, type = 'item', image = 'ecolalight.png', unique = false, useable = true, shouldClose = true, description = 'Sugar free cola beverage' },
sprunk = { name = 'sprunk', label = 'Sprunk', weight = 100, type = 'item', image = 'sprunk.png', unique = false, useable = true, shouldClose = true, description = 'Full fat lemonade beverage' },
sprunklight = { name = 'sprunklight', label = 'Sprunk Light', weight = 100, type = 'item', image = 'sprunklight.png', unique = false, useable = true, shouldClose = true, description = 'Sugar free lemonade beverage' },
water = { name = 'water', label = 'Water', weight = 500, type = 'item', image = 'water.png', unique = false, useable = true, shouldClose = true, description = 'The source of all life!' },
-- Alcohol
ambeer = { name = 'ambeer', label = 'AM Beer', weight = 200, type = 'item', image = 'ambeer.png', unique = false, useable = true, shouldClose = true, description = 'A.M. branded beer' },
beer = { name = 'beer', label = 'Beer', weight = 200, type = 'item', image = 'beer.png', unique = false, useable = true, shouldClose = true, description = 'Nothing like a good cold beer!' },
duschegold = { name = 'duschegold', label = 'Dusche Gold', weight = 200, type = 'item', image = 'duschegold.png', unique = false, useable = true, shouldClose = true, description = 'Dusche Gold branded beer' },
gin = { name = 'gin', label = 'Gin', weight = 200, type = 'item', image = 'gin.png', unique = false, useable = true, shouldClose = true, description = 'Distilled alcohol flavoured with juniper berries' },
logger = { name = 'logger', label = 'Logger Beer', weight = 200, type = 'item', image = 'logger.png', unique = false, useable = true, shouldClose = true, description = 'Logger branded beer' },
pisswasser = { name = 'pisswasser', label = 'Pißwasser', weight = 200, type = 'item', image = 'pisswasser.png', unique = false, useable = true, shouldClose = true, description = 'Pißwasser branded beer' },
pisswasserpaleale = { name = 'pisswasserpaleale', label = 'Pißwasser Pale Ale', weight = 200, type = 'item', image = 'pisswasserpaleale.png', unique = false, useable = true, shouldClose = true, description = 'Pißwasser branded pale ale' },
pisswasserstout = { name = 'pisswasserstout', label = 'Pißwasser Stout', weight = 200, type = 'item', image = 'pisswasserstout.png', unique = false, useable = true, shouldClose = true, description = 'Pißwasser branded stout beer' },
rum = { name = 'rum', label = 'Rum', weight = 200, type = 'item', image = 'rum.png', unique = false, useable = true, shouldClose = false, description = 'Liquor distilled from sugar' },
tequila = { name = 'tequila', label = 'Tequila', weight = 200, type = 'item', image = 'tequila.png', unique = false, useable = true, shouldClose = false, description = 'Liquor distilled from blue agave' },
vodka = { name = 'vodka', label = 'Vodka', weight = 200, type = 'item', image = 'vodka.png', unique = false, useable = true, shouldClose = true, description = 'Russian staple drink' },
whiskey = { name = 'whiskey', label = 'Whiskey', weight = 200, type = 'item', image = 'whiskey.png', unique = false, useable = true, shouldClose = true, description = 'For all the thirsty out there' },
Last updated