Items - QB
Add these into your items list e.g. qb-core/shared/items.lua
-- Tequi-La-La
absinthe = { name = 'absinthe', label = 'Absinthe', weight = 200, type = 'item', image = 'absinthe.png', unique = false, useable = true, shouldClose = true, description = 'Burning anise-flavoured spirit' },
bbqribs = { name = 'bbqribs', label = 'BBQ Ribs', weight = 500, type = 'item', image = 'bbqribs.png', unique = false, useable = true, shouldClose = true, description = 'Oven-barbecued pork ribs slathered in a sticky barbecue sauce, with a kick of garlic' },
beefjerky = { name = 'beefjerky', label = 'Beef Jerky', weight = 500, type = 'item', image = 'beefjerky.png', unique = false, useable = true, shouldClose = true, description = 'Lean trimmed meat cut into strips and dehydrated' },
bostoncooler = { name = 'bostoncooler', label = 'Boston Cooler', weight = 200, type = 'item', image = 'bostoncooler.png', unique = false, useable = true, shouldClose = true, description = 'Ginger ale float topped with vanilla ice cream' },
breadedmushrooms = { name = 'breadedmushrooms', label = 'Breaded Garlic Mushrooms', weight = 500, type = 'item', image = 'breadedmushrooms.png', unique = false, useable = true, shouldClose = true, description = 'Succulent vegan crispy breaded mushrooms in a crispy garlic panko breadcrumb' },
gingerbeer = { name = 'gingerbeer', label = 'Ginger Beer', weight = 200, type = 'item', image = 'gingerbeer.png', unique = false, useable = true, shouldClose = true, description = 'Sweetened non-alcoholic beverage' },
honeybbqhotwings = { name = 'honeybbqhotwings', label = 'Honey BBQ Hot Wings', weight = 500, type = 'item', image = 'honeybbqhotwings.png', unique = false, useable = true, shouldClose = true, description = 'Sweet and sticky honey-glazed BBQ chicken wings' },
jalapenopoppers = { name = 'jalapenopoppers', label = 'Jalapeño Poppers', weight = 500, type = 'item', image = 'jalapenopoppers.png', unique = false, useable = true, shouldClose = true, description = 'Deep-fried hollow jalapeño peppers, stuffed with cheese' },
lastresort = { name = 'lastresort', label = 'Last Resort', weight = 200, type = 'item', image = 'lastresort.png', unique = false, useable = true, shouldClose = true, description = 'Absinthe cocktail with lime juice and egg white' },
loadedpistol = { name = 'loadedpistol', label = 'Loaded Pistol', weight = 200, type = 'item', image = 'loadedpistol.png', unique = false, useable = true, shouldClose = true, description = 'Mezcal and Vermouth mix with a sugary glass rim' },
manhattan = { name = 'manhattan', label = 'Manhattan', weight = 200, type = 'item', image = 'manhattan.png', unique = false, useable = true, shouldClose = true, description = 'Rye whiskey cocktail with vermouth and a lemon twist' },
mezcal = { name = 'mezcal', label = 'Mezcal', weight = 200, type = 'item', image = 'mezcal.png', unique = false, useable = true, shouldClose = true, description = 'Distilled spirit from any type of agave plant' },
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' },
necromancer = { name = 'necromancer', label = 'Necromancer', weight = 200, type = 'item', image = 'necromancer.png', unique = false, useable = true, shouldClose = true, description = 'Absinthe cocktail with dry gin, lemon juice, and a lemon twist' },
oldfashioned = { name = 'oldfashioned', label = 'Old Fashioned', weight = 200, type = 'item', image = 'oldfashioned.png', unique = false, useable = true, shouldClose = true, description = 'Rye whiskey sugary cocktail with an orange twist garnish' },
rootbeer = { name = 'rootbeer', label = 'Root Beer', weight = 200, type = 'item', image = 'rootbeer.png', unique = false, useable = true, shouldClose = true, description = 'Sweet soft drink traditionally made from root bark of the sassafras tree' },
rustynail = { name = 'rustynail', label = 'Rusty Nail', weight = 200, type = 'item', image = 'rustynail.png', unique = false, useable = true, shouldClose = true, description = 'Honey-imbued whiskey drink with a lemon twist garnish' },
sazerac = { name = 'sazerac', label = 'Sazerac', weight = 200, type = 'item', image = 'sazerac.png', unique = false, useable = true, shouldClose = true, description = 'Rye whiskey or brandy, bitters, sugar, and absinthe' },
spicymargarita = { name = 'spicymargarita', label = 'Spicy Margarita', weight = 200, type = 'item', image = 'spicymargarita.png', unique = false, useable = true, shouldClose = true, description = 'Whys it spicy...' },
succulentblood = { name = 'succulentblood', label = 'Succulent Blood', weight = 200, type = 'item', image = 'succulentblood.png', unique = false, useable = true, shouldClose = true, description = 'Mezcal cocktail with cinnamon syrup, blood orange, and lime juice' },
tequilasunrise = { name = 'tequilasunrise', label = 'Tequila Sunrise', weight = 200, type = 'item', image = 'tequilasunrise.png', unique = false, useable = true, shouldClose = true, description = 'Tequila drink mixed with orange juice' },
tequilaslammer = { name = 'tequilaslammer', label = 'Tequila Slammer', weight = 200, type = 'item', image = 'tequilaslammer.png', unique = false, useable = true, shouldClose = true, description = 'Tequila mixed with lemon or lime carbonated soda' },
triplesec = { name = 'triplesec', label = 'Triple Sec', weight = 200, type = 'item', image = 'triplesec.png', unique = false, useable = true, shouldClose = false, description = 'French orange liqueur containing 20–40% alcohol by volume' },
vermouth = { name = 'vermouth', label = 'Vermouth', weight = 200, type = 'item', image = 'vermouth.png', unique = false, useable = true, shouldClose = true, description = 'Aromatised fortified wine' },
whiskeysour = { name = 'whiskeysour', label = 'Whiskey Sour', weight = 200, type = 'item', image = 'whiskeysour.png', unique = false, useable = true, shouldClose = true, description = 'Citrusy whiskey drink with a mixed egg white' },
tequilalamenu = { name = 'tequilalamenu', label = 'Tequi-La-La Menu', weight = 100, type = 'item', image = 'menu.png', unique = false, useable = true, shouldClose = true, description = 'Menu for the Tequi-La-La bar' },
-- Farming
beef = { name = 'beef', label = 'Beef', weight = 500, type = 'item', image = 'beef.png', unique = false, useable = false, shouldClose = false, description = 'A slab of raw beef' },
bread = { name = 'bread', label = 'Bread', weight = 200, type = 'item', image = 'bread.png', unique = false, useable = true, shouldClose = true, description = 'The staple of humanity' },
chicken = { name = 'chicken', label = 'Chicken', weight = 500, type = 'item', image = 'chicken.png', unique = false, useable = false, shouldClose = false, description = 'A raw chicken' },
cinnamon = { name = 'cinnamon', label = 'Cinnamon', weight = 100, type = 'item', image = 'cinnamon.png', unique = false, useable = false, shouldClose = false, description = 'A festive scent' },
egg = { name = 'egg', label = 'Egg', weight = 100, type = 'item', image = 'egg.png', unique = false, useable = false, shouldClose = false, description = 'Free range of course!' },
garlic = { name = 'garlic', label = 'Garlic', weight = 100, type = 'item', image = 'garlic.png', unique = false, useable = false, shouldClose = false, description = 'Not the favourite of Vampires' },
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!' },
milk = { name = 'milk', label = 'Milk', weight = 300, type = 'item', image = 'milk.png', unique = false, useable = true, shouldClose = true, description = 'Glass bottle of milk!' },
mozzarella = { name = 'mozzarella', label = 'Mozzarella', weight = 100, type = 'item', image = 'mozzarella.png', unique = false, useable = false, shouldClose = false, description = 'Made from Italian Buffalo milk' },
mushroom = { name = 'mushroom', label = 'Mushroom', weight = 100, type = 'item', image = 'mushroom.png', unique = false, useable = true, shouldClose = true, description = 'What a fun guy!' },
onion = { name = 'onion', label = 'Onion', weight = 100, type = 'item', image = 'onion.png', unique = false, useable = false, shouldClose = false, description = 'Brings a tear to my eye' },
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?' },
pepper = { name = 'pepper', label = 'Pepper', weight = 100, type = 'item', image = 'pepper.png', unique = false, useable = true, shouldClose = true, description = 'Surprisingly good raw!' },
pork = { name = 'pork', label = 'Pork', weight = 500, type = 'item', image = 'pork.png', unique = false, useable = false, shouldClose = false, description = 'No longer wabbit season..' },
sugar = { name = 'sugar', label = 'Sugar', weight = 100, type = 'item', image = 'sugar.png', unique = false, useable = false, shouldClose = false, description = 'Something sweet!' },
-- Beekeeping
honey = { name = 'honey', label = 'Honey', weight = 100, type = 'item', image = 'honey.png', unique = false, useable = false, shouldClose = false, description = 'Local sweet honey that can provide health benefits' },
-- 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