Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Tequi-La-La
['absinthe'] = { label = 'Absinthe', weight = 200, stack = true, close = true, client = { image = 'absinthe.png' }, description = 'Burning anise-flavoured spirit' },
['bbqribs'] = { label = 'BBQ Ribs', weight = 500, stack = true, close = true, client = { image = 'bbqribs.png' }, description = 'Oven-barbecued pork ribs slathered in a sticky garlic barbecue sauce' },
['beefjerky'] = { label = 'Beef Jerky', weight = 500, stack = true, close = true, client = { image = 'beefjerky.png' }, description = 'Lean trimmed meat cut into strips and dehydrated' },
['bostoncooler'] = { label = 'Boston Cooler', weight = 200, stack = true, close = true, client = { image = 'bostoncooler.png' }, description = 'Ginger ale float topped with vanilla ice cream' },
['breadedmushrooms'] = { label = 'Breaded Garlic Mushrooms', weight = 500, stack = true, close = true, client = { image = 'breadedmushrooms.png' }, description = 'Succulent vegan crispy breaded mushrooms in a crispy garlic panko breadcrumb' },
['gingerbeer'] = { label = 'Ginger Beer', weight = 200, stack = true, close = true, client = { image = 'gingerbeer.png' }, description = 'Sweetened non-alcoholic beverage' },
['honeybbqhotwings'] = { label = 'Honey BBQ Hot Wings', weight = 500, stack = true, close = true, client = { image = 'honeybbqhotwings.png' }, description = 'Sweet and sticky honey-glazed BBQ chicken wings' },
['jalapenopoppers'] = { label = 'Jalapeño Poppers', weight = 500, stack = true, close = true, client = { image = 'jalapenopoppers.png' }, description = 'Deep-fried hollow jalapeño peppers, stuffed with cheese' },
['lastresort'] = { label = 'Last Resort', weight = 200, stack = true, close = true, client = { image = 'lastresort.png' }, description = 'Absinthe cocktail with lime juice and egg white' },
['loadedpistol'] = { label = 'Loaded Pistol', weight = 200, stack = true, close = true, client = { image = 'loadedpistol.png' }, description = 'Mezcal and Vermouth mix with a sugary glass rim' },
['manhattan'] = { label = 'Manhattan', weight = 200, stack = true, close = true, client = { image = 'manhattan.png' }, description = 'Rye whiskey cocktail with vermouth and a lemon twist' },
['mezcal'] = { label = 'Mezcal', weight = 200, stack = true, close = true, client = { image = 'mezcal.png' }, description = 'Distilled spirit from any type of agave plant' },
['midori'] = { label = 'Midori', weight = 200, stack = true, close = true, client = { image = 'midori.png' }, description = 'Japanese sweet, bright green-colored liqueur, flavored with muskmelon' },
['necromancer'] = { label = 'Necromancer', weight = 200, stack = true, close = true, client = { image = 'necromancer.png' }, description = 'Absinthe cocktail with dry gin, lemon juice, and a lemon twist' },
['oldfashioned'] = { label = 'Old Fashioned', weight = 200, stack = true, close = true, client = { image = 'oldfashioned.png' }, description = 'Rye whiskey sugary cocktail with an orange twist garnish' },
['rootbeer'] = { label = 'Root Beer', weight = 200, stack = true, close = true, client = { image = 'rootbeer.png' }, description = 'Sweet soft drink traditionally made from root bark of the sassafras tree' },
['rustynail'] = { label = 'Rusty Nail', weight = 200, stack = true, close = true, client = { image = 'rustynail.png' }, description = 'Honey-imbued whiskey drink with a lemon twist garnish' },
['sazerac'] = { label = 'Sazerac', weight = 200, stack = true, close = true, client = { image = 'sazerac.png' }, description = 'Rye whiskey or brandy, bitters, sugar, and absinthe' },
['spicymargarita'] = { label = 'Spicy Margarita', weight = 200, stack = true, close = true, client = { image = 'spicymargarita.png' }, description = 'Whys it spicy...' },
['succulentblood'] = { label = 'Succulent Blood', weight = 200, stack = true, close = true, client = { image = 'succulentblood.png' }, description = 'Mezcal cocktail with cinnamon syrup, blood orange, and lime juice' },
['tequilasunrise'] = { label = 'Tequila Sunrise', weight = 200, stack = true, close = true, client = { image = 'tequilasunrise.png' }, description = 'Tequila drink mixed with orange juice' },
['tequilaslammer'] = { label = 'Tequila Slammer', weight = 200, stack = true, close = true, client = { image = 'tequilaslammer.png' }, description = 'Tequila mixed with lemon or lime carbonated soda' },
['triplesec'] = { label = 'Triple Sec', weight = 200, stack = false, close = false, client = { image = 'triplesec.png' }, description = 'French orange liqueur containing 20–40% alcohol by volume' },
['vermouth'] = { label = 'Vermouth', weight = 200, stack = true, close = true, client = { image = 'vermouth.png' }, description = 'Aromatised fortified wine' },
['whiskeysour'] = { label = 'Whiskey Sour', weight = 200, stack = true, close = true, client = { image = 'whiskeysour.png' }, description = 'Citrusy whiskey drink with a mixed egg white' },
['tequilalamenu'] = { label = 'Tequi-La-La Menu', weight = 100, stack = false, close = true, client = { image = 'menu.png' }, description = 'Menu for the Tequi-La-La bar' },
-- Farming
['beef'] = { label = 'Beef', weight = 500, stack = false, close = false, client = { image = 'beef.png' }, description = 'A slab of raw beef' },
['bread'] = { label = 'Bread', weight = 200, stack = true, close = true, client = { image = 'bread.png' }, description = 'The staple of humanity' },
['chicken'] = { label = 'Chicken', weight = 500, stack = false, close = false, client = { image = 'chicken.png' }, description = 'A raw chicken' },
['cinnamon'] = { label = 'Cinnamon', weight = 100, stack = false, close = false, client = { image = 'cinnamon.png' }, description = 'A festive scent' },
['egg'] = { label = 'Egg', weight = 100, stack = false, close = false, client = { image = 'egg.png' }, description = 'Free range of course!' },
['garlic'] = { label = 'Garlic', weight = 100, stack = false, close = false, client = { image = 'garlic.png' }, description = 'Not the favourite of Vampires' },
['lemon'] = { label = 'Lemon', weight = 100, stack = true, close = true, client = { image = 'lemon.png' }, description = 'Citrusy delight' },
['lime'] = { label = 'Lime', weight = 100, stack = true, close = true, client = { image = 'lime.png' }, description = 'Goes well with Tequila!' },
['milk'] = { label = 'Milk', weight = 300, stack = true, close = true, client = { image = 'milk.png' }, description = 'Glass bottle of milk!' },
['mozzarella'] = { label = 'Mozzarella', weight = 100, stack = false, close = false, client = { image = 'mozzarella.png' }, description = 'Made from Italian Buffalo milk' },
['mushroom'] = { label = 'Mushroom', weight = 100, stack = true, close = true, client = { image = 'mushroom.png' }, description = 'What a fun guy!' },
['onion'] = { label = 'Onion', weight = 100, stack = false, close = false, client = { image = 'onion.png' }, description = 'Brings a tear to my eye' },
['orange'] = { label = 'Orange', weight = 100, stack = true, close = true, client = { image = 'orange.png' }, description = 'What came first - the fruit or the colour?' },
['pepper'] = { label = 'Pepper', weight = 100, stack = true, close = true, client = { image = 'pepper.png' }, description = 'Surprisingly good raw!' },
['pork'] = { label = 'Pork', weight = 500, stack = false, close = false, client = { image = 'pork.png' }, description = 'No longer wabbit season..' },
['sugar'] = { label = 'Sugar', weight = 100, stack = false, close = false, client = { image = 'sugar.png' }, description = 'Something sweet!' },
-- Beekeeping
['honey'] = { label = 'Honey', weight = 100, stack = false, close = false, client = { image = 'honey.png' }, description = 'Local sweet honey that can provide health benefits' },
-- Soft Drinks
['ecola'] = { label = 'eCola', weight = 100, stack = true, close = true, client = { image = 'ecola.png' }, description = 'Full fat cola beverage' },
['ecolalight'] = { label = 'eCola Light', weight = 100, stack = true, close = true, client = { image = 'ecolalight.png' }, description = 'Sugar free cola beverage' },
['sprunk'] = { label = 'Sprunk', weight = 100, stack = true, close = true, client = { image = 'sprunk.png' }, description = 'Full fat lemonade beverage' },
['sprunklight'] = { label = 'Sprunk Light', weight = 100, stack = true, close = true, client = { image = 'sprunklight.png' }, description = 'Sugar free lemonade beverage' },
['water'] = { label = 'Water', weight = 500, stack = true, close = true, client = { image = 'water.png' }, description = 'The source of all life!' },
-- Alcohol
['ambeer'] = { label = 'AM Beer', weight = 200, stack = true, close = true, client = { image = 'ambeer.png' }, description = 'A.M. branded beer' },
['beer'] = { label = 'Beer', weight = 200, stack = true, close = true, client = { image = 'beer.png' }, description = 'Nothing like a good cold beer!' },
['duschegold'] = { label = 'Dusche Gold', weight = 200, stack = true, close = true, client = { image = 'duschegold.png' }, description = 'Dusche Gold branded beer' },
['gin'] = { label = 'Gin', weight = 200, stack = true, close = true, client = { image = 'gin.png' }, description = 'Distilled alcohol flavoured with juniper berries' },
['logger'] = { label = 'Logger Beer', weight = 200, stack = true, close = true, client = { image = 'logger.png' }, description = 'Logger branded beer' },
['pisswasser'] = { label = 'Pißwasser', weight = 200, stack = true, close = true, client = { image = 'pisswasser.png' }, description = 'Pißwasser branded beer' },
['pisswasserpaleale'] = { label = 'Pißwasser Pale Ale', weight = 200, stack = true, close = true, client = { image = 'pisswasserpaleale.png' }, description = 'Pißwasser branded pale ale' },
['pisswasserstout'] = { label = 'Pißwasser Stout', weight = 200, stack = true, close = true, client = { image = 'pisswasserstout.png' }, description = 'Pißwasser branded stout beer' },
['rum'] = { label = 'Rum', weight = 200, stack = true, close = false, client = { image = 'rum.png' }, description = 'Liquor distilled from sugar' },
['tequila'] = { label = 'Tequila', weight = 200, stack = true, close = false, client = { image = 'tequila.png' }, description = 'Liquor distilled from blue agave' },
['vodka'] = { label = 'Vodka', weight = 200, stack = true, close = true, client = { image = 'vodka.png' }, description = 'Russian staple drink' },
['whiskey'] = { label = 'Whiskey', weight = 200, stack = true, close = true, client = { image = 'whiskey.png' }, description = 'For all the thirsty out there' },
Last updated