Items - OX

Add these into your items list e.g. ox_inventory/data/items.lua

-- Bahama Mamas
['amaretto']                = { label = 'Amaretto',                     weight = 500, stack = true, close = true, client = { image = 'amaretto.png' },              description = 'Sweet Italian almond-like liqueur' },
['amarettosour']            = { label = 'Amaretto Sour',                weight = 500, stack = true, close = true, client = { image = 'amarettosour.png' },          description = 'Cocktail made from amaretto and citrus juice' },
['bellini']                 = { label = 'Bellini',                      weight = 500, stack = true, close = true, client = { image = 'bellini.png' },               description = 'Cocktail made from Prosecco and peach purée' },
['blueballmartini']         = { label = 'Blue Ball Martini',            weight = 500, stack = true, close = true, client = { image = 'blueballmartini.png' },       description = 'Cocktail combining vodka, peach schnapps, and lemon' },
['cosmopolitan']            = { label = 'Cosmopolitan',                 weight = 500, stack = true, close = true, client = { image = 'cosmopolitan.png' },          description = 'Vodka mixed with orange cointreau, cranberry juice, and lime juice' },
['cranberryjuice']          = { label = 'Cranberry Juice',              weight = 200, stack = true, close = true, client = { image = 'cranberryjuice.png' },        description = 'Freshly squeezed cranberry juice' },
['drpecker']                = { label = 'Dr. Pecker',                   weight = 500, stack = true, close = true, client = { image = 'drpecker.png' },              description = 'Combines whiskey, cola and cranberry juice' },
['longislandicedtea']       = { label = 'Long Island Iced Tea',         weight = 500, stack = true, close = true, client = { image = 'longislandicedtea.png' },     description = 'Vodka mixed with tequila, gin, and cola, with a lemon slice' },
['margarita']               = { label = 'Margarita',                    weight = 500, stack = true, close = true, client = { image = 'margarita.png' },             description = 'Tequila mixed with orange triple sec, with a lime slice' },
['midori']                  = { label = 'Midori',                       weight = 200, stack = true, close = true, client = { image = 'midori.png' },                description = 'Japanese sweet, bright green-colored liqueur, flavored with muskmelon' },
['pinacolada']              = { label = 'Piña Colada',                  weight = 500, stack = true, close = true, client = { image = 'pinacolada.png' },            description = 'Rum cocktail mixed with pineapple juice' },
['pineapplejuice']          = { label = 'Pineapple Juice',              weight = 200, stack = true, close = true, client = { image = 'pineapplejuice.png' },        description = 'Freshly produced pineapple juice' },
['pornstarmartini']         = { label = 'Pornstar Martini',             weight = 500, stack = true, close = true, client = { image = 'pornstarmartini.png' },       description = 'Cocktail combining vodka, sparkling wine, and lime juice' },
['prosecco']                = { label = 'Prosecco',                     weight = 200, stack = true, close = true, client = { image = 'prosecco.png' },              description = 'A bottle of sparking champagne-like prosecco' },
['sambuca']                 = { label = 'Sambuca',                      weight = 200, stack = true, close = true, client = { image = 'sambuca.png' },               description = 'An Italian anise-flavoured liqueur' },
['sangria']                 = { label = 'Sangria',                      weight = 500, stack = true, close = true, client = { image = 'sangria.png' },               description = 'Cocktail made from mixing chopped fruit and red wine' },
['screwdriver']             = { label = 'Screwdriver',                  weight = 500, stack = true, close = true, client = { image = 'screwdriver.png' },           description = 'Vodka highball cocktail mixed with orange juice' },
['sexonthebeach']           = { label = 'Sex On The Beach',             weight = 500, stack = true, close = true, client = { image = 'sexonthebeach.png' },         description = 'Less sand than you would think...' },
['slipperynipple']          = { label = 'Slippery Nipple',              weight = 500, stack = true, close = true, client = { image = 'slipperynipple.png' },        description = 'Cocktail shot of sambuca and peach schnapps' },
['strawberrydaiquiri']      = { label = 'Strawberry Daiquiri',          weight = 500, stack = true, close = true, client = { image = 'strawberrydaiquiri.png' },    description = 'Summertime favourite combining rum and fresh strawberries' },
['strawberrymargarita']     = { label = 'Strawberry Margarita',         weight = 500, stack = true, close = true, client = { image = 'strawberrymargarita.png' },   description = 'Summertime favourite combining tequila and fresh strawberries' },
['bahamasmenu']             = { label = 'Bahama Mamas Menu',            weight = 100, stack = true, close = true, client = { image = 'bahamasmenu.png' },           description = 'Drinks menu for Bahama Mamas' },

-- Glasses / Dirty Glasses
['cocktail_glass']              = { label = 'Cocktail Glass',               weight = 200, stack = true, close = true, client = { image = 'cocktail_glass.png' },                description = 'An empty cocktail drinks glass' },
['cocktail_glass_dirty']        = { label = 'Dirty Cocktail Glass',         weight = 200, stack = true, close = true, client = { image = 'cocktail_glass_dirty.png' },          description = 'A dirty empty cocktail drinks glass' },
['copper_glass']                = { label = 'Copper Mug',                   weight = 200, stack = true, close = true, client = { image = 'copper_glass.png' },                  description = 'An empty copper mug' },
['copper_glass_dirty']          = { label = 'Dirty Copper Mug',             weight = 200, stack = true, close = true, client = { image = 'copper_glass_dirty.png' },            description = 'A dirty empty copper mug' },
['coupe_glass']                 = { label = 'Coupe Glass',                  weight = 200, stack = true, close = true, client = { image = 'coupe_glass.png' },                   description = 'An empty coupe drinks glass' },
['coupe_glass_dirty']           = { label = 'Dirty Coupe Glass',            weight = 200, stack = true, close = true, client = { image = 'coupe_glass_dirty.png' },             description = 'A dirty empty coupe drinks glass' },
['flute_glass']                 = { label = 'Flute Glass',                  weight = 200, stack = true, close = true, client = { image = 'flute_glass.png' },                   description = 'An empty flute drinks glass' },
['flute_glass_dirty']           = { label = 'Dirty Flute Glass',            weight = 200, stack = true, close = true, client = { image = 'flute_glass_dirty.png' },             description = 'A dirty empty flute drinks glass' },
['highball_glass']              = { label = 'Highball Glass',               weight = 200, stack = true, close = true, client = { image = 'highball_glass.png' },                description = 'An empty highball drinks glass' },
['highball_glass_dirty']        = { label = 'Dirty Highball Glass',         weight = 200, stack = true, close = true, client = { image = 'highball_glass_dirty.png' },          description = 'A dirty empty highball drinks glass' },
['hurricane_glass']             = { label = 'Hurricane Glass',              weight = 200, stack = true, close = true, client = { image = 'hurricane_glass.png' },               description = 'An empty hurricane drinks glass' },
['hurricane_glass_dirty']       = { label = 'Dirty Hurricane Glass',        weight = 200, stack = true, close = true, client = { image = 'hurricane_glass_dirty.png' },         description = 'A dirty empty hurricane drinks glass' },
['lowball_glass']               = { label = 'Lowball Glass',                weight = 200, stack = true, close = true, client = { image = 'lowball_glass.png' },                 description = 'An empty lowball drinks glass' },
['lowball_glass_dirty']         = { label = 'Dirty Lowball Glass',          weight = 200, stack = true, close = true, client = { image = 'lowball_glass_dirty.png' },           description = 'A dirty empty lowball drinks glass' },
['margarita_glass']             = { label = 'Margarita Glass',              weight = 200, stack = true, close = true, client = { image = 'margarita_glass.png' },               description = 'An empty margarita drinks glass' },
['margarita_glass_dirty']       = { label = 'Dirty Margarita Glass',        weight = 200, stack = true, close = true, client = { image = 'margarita_glass_dirty.png' },         description = 'A dirty empty margarita drinks glass' },
['martini_glass']               = { label = 'Martini Glass',                weight = 200, stack = true, close = true, client = { image = 'martini_glass.png' },                 description = 'An empty martini drinks glass' },
['martini_glass_dirty']         = { label = 'Dirty Martini Glass',          weight = 200, stack = true, close = true, client = { image = 'martini_glass_dirty.png' },           description = 'A dirty empty martini drinks glass' },
['shot_glass']                  = { label = 'Shot Glass',                   weight = 200, stack = true, close = true, client = { image = 'shot_glass.png' },                    description = 'An empty shot drinks glass' },
['shot_glass_dirty']            = { label = 'Dirty Shot Glass',             weight = 200, stack = true, close = true, client = { image = 'shot_glass_dirty.png' },              description = 'A dirty empty shot drinks glass' },
['stemless_glass']              = { label = 'Stemless Glass',               weight = 200, stack = true, close = true, client = { image = 'stemless_glass.png' },                description = 'An empty stemless drinks glass' },
['stemless_glass_dirty']        = { label = 'Dirty Stemless Glass',         weight = 200, stack = true, close = true, client = { image = 'stemless_glass_dirty.png' },          description = 'A dirty empty stemless drinks glass' },
['wine_glass']                  = { label = 'Wine Glass',                   weight = 200, stack = true, close = true, client = { image = 'wine_glass.png' },                    description = 'An empty wine drinks glass' },
['wine_glass_dirty']            = { label = 'Dirty Wine Glass',             weight = 200, stack = true, close = true, client = { image = 'wine_glass_dirty.png' },              description = 'A dirty empty wine drinks glass' },

-- 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 = 100, 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 = true, client = { image = 'rum.png' },                   description = 'Liquor distilled from sugar' },
['tequila']                 = { label = 'Tequila',                      weight = 200, stack = true, close = true, 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' },

-- Farming
['apple']                   = { label = 'Apple',                        weight = 100, stack = true, close = true, client = { image = 'apple.png' },                 description = 'Do not eat the pip..' },
['basil']                   = { label = 'Basil',                        weight = 100, stack = true, close = true, client = { image = 'basil.png' },                 description = 'A great seasoning!' },
['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!' },
['orange']                  = { label = 'Orange',                       weight = 100, stack = true, close = true, client = { image = 'orange.png' },                description = 'What came first - the fruit or the colour?' },
['peach']                   = { label = 'Peach',                        weight = 100, stack = true, close = true, client = { image = 'peach.png' },                 description = 'Peachy Keen!' },
['strawberry']              = { label = 'Strawberry',                   weight = 100, stack = true, close = true, client = { image = 'strawberry.png' },            description = 'Technically not a berry' },

Last updated