Items - OX

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

-- The Hen House
['amaretto']                = { label = 'Amaretto',                     weight = 200, stack = true, close = true, client = { image = 'amaretto.png' },              description = 'A bottle of Amaretto' },
['amarettosour']            = { label = 'Amaretto Sour',                weight = 200, stack = true, close = true, client = { image = 'amarettosour.png' },          description = 'Cocktail made from amaretto and citrus juice' },
['bakedchicken']            = { label = 'Baked Chicken',                weight = 200, stack = true, close = true, client = { image = 'bakedchicken.png' },          description = 'Some baked chicken' },
['bakedpotato']             = { label = 'Baked Potato',                 weight = 200, stack = true, close = true, client = { image = 'bakedpotato.png' },           description = 'Locally sourced baked potato' },
['bloodymary']              = { label = 'Bloody Mary',                  weight = 200, stack = true, close = true, client = { image = 'bloodymary.png' },            description = 'Vodka Cocktail with Lemon, Lime, and Tomato juice' },
['chickenkebab']            = { label = 'Chicken Kebab',                weight = 200, stack = true, close = true, client = { image = 'chickenkebab.png' },          description = 'Chicken kebabs produced entirely locally' },
['chickennugget']           = { label = 'Chicken Nuggets',              weight = 200, stack = true, close = true, client = { image = 'chickennugget.png' },         description = 'A childhood favourite!' },
['chickensalad']            = { label = 'Chicken Salad',                weight = 200, stack = true, close = true, client = { image = 'chickensalad.png' },          description = 'Chicken salad produced entirely locally' },
['chickensandwich']         = { label = 'Chicken Sandwich',             weight = 200, stack = true, close = true, client = { image = 'chickensandwich.png' },       description = 'Chicken sandwich produced entirely locally' },
['chickentaco']             = { label = 'Chicken Taco',                 weight = 200, stack = true, close = true, client = { image = 'chickentaco.png' },           description = 'Chicken tacos produced entirely locally' },
['chickentenders']          = { label = 'Chicken Tenders',              weight = 200, stack = true, close = true, client = { image = 'chickentenders.png' },        description = 'Oven-fried chicken strips' },
['chickenwaffles']          = { label = 'Chicken & Waffles',            weight = 200, stack = true, close = true, client = { image = 'chickenwaffles.png' },        description = 'Special chicken dish with waffles' },
['chickenwings']            = { label = 'Chicken Wings',                weight = 200, stack = true, close = true, client = { image = 'chickenwings.png' },          description = 'Free range no more...' },
['copperbrew']              = { label = 'Copper Brew',                  weight = 200, stack = true, close = true, client = { image = 'copperbrew.png' },            description = 'Tastes like pennies' },
['energydrink']             = { label = 'Junk Energy',                  weight = 200, stack = true, close = true, client = { image = 'energydrink.png' },           description = 'The Quick Fix' },
['friedchicken']            = { label = 'Fried Chicken',                weight = 200, stack = true, close = true, client = { image = 'friedchicken.png' },          description = 'Some fried chicken' },
['gingerbeer']              = { label = 'Ginger Beer',                  weight = 200, stack = true, close = true, client = { image = 'gingerbeer.png' },            description = 'Sweetened non-alcoholic beverage' },
['grilledeggplant']         = { label = 'Grilled Eggplant',             weight = 200, stack = true, close = true, client = { image = 'grilledeggplant.png' },       description = 'Locally sourced grilled eggplant' },
['grilledmushroomsalad']    = { label = 'Grilled Mushroom Salad',       weight = 200, stack = true, close = true, client = { image = 'grilledmushroomsalad.png' },  description = 'Locally sourced mushrooms, grilled and presented in a salad' },
['jagerbomb']               = { label = 'Jägerbomb',                    weight = 200, stack = true, close = true, client = { image = 'jagerbomb.png' },             description = 'Mixed drink made by dropping a shot of Jägermeister into an energy drink' },
['jagermeister']            = { label = 'Jägermeister',                 weight = 200, stack = true, close = true, client = { image = 'jagermeister.png' },          description = 'German digestif made with 56 herbs and spices' },
['jalapenosalad']           = { label = 'Jalapeño Salad',               weight = 200, stack = true, close = true, client = { image = 'jalapenosalad.png' },         description = 'Caution: Hot!' },
['lemonicedtea']            = { label = 'Lemon Iced Tea',               weight = 200, stack = true, close = true, client = { image = 'lemonicedtea.png' },          description = 'Iced tea flavoured with lemon' },
['mimosa']                  = { label = 'Mimosa',                       weight = 200, stack = true, close = true, client = { image = 'mimosa.png' },                description = 'Champagne flute with citrus orange' },
['orangeicedtea']           = { label = 'Orange Iced Tea',              weight = 200, stack = true, close = true, client = { image = 'orangeicedtea.png' },         description = 'Iced tea flavoured with orange' },
['peachicedtea']            = { label = 'Peach Iced Tea',               weight = 200, stack = true, close = true, client = { image = 'peachicedtea.png' },          description = 'Iced tea flavoured with peach' },
['prosecco']                = { label = 'Prosecco',                     weight = 200, stack = true, close = true, client = { image = 'prosecco.png' },              description = 'A bottle of sparking champagne-like prosecco' },
['theboulder']              = { label = 'The Boulder',                  weight = 200, stack = true, close = true, client = { image = 'theboulder.png' },            description = 'Ginger beer and Rum poured over a Whiskey Stone' },
['tofucaesarsalad']         = { label = 'Tofu Caesar Salad',            weight = 200, stack = true, close = true, client = { image = 'tofucaesarsalad.png' },       description = 'Vegan caesar salad entrée' },
['veggiekebabs']            = { label = 'Veggie Kebabs',                weight = 200, stack = true, close = true, client = { image = 'veggiekebabs.png' },          description = 'Vegetables - now on a stick!' },
['whiskeycoke']             = { label = 'Whiskey and Coke',             weight = 200, stack = true, close = true, client = { image = 'whiskeycoke.png' },           description = 'Whiskey mixed with Coke' },
['whiterussian']            = { label = 'White Russian',                weight = 200, stack = true, close = true, client = { image = 'whiterussian.png' },          description = 'Cocktail made with Vodka, Coffee Liqueur and Cream served with Ice' },
['henhousemenu']            = { label = 'Hen House Menu',               weight = 100, stack = true, close = true, client = { image = 'menu.png' },                  description = 'Menu for the Hen House bar' },

-- 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' },

-- Farming
['bread']                   = { label = 'Bread',                        weight = 200, stack = true, close = true, client = { image = 'bread.png' },                 description = 'The staple of humanity' },
['chicken']                 = { label = 'Chicken',                      weight = 500, stack = true, close = true, client = { image = 'chicken.png' },               description = 'A raw chicken' },
['coffeebean']              = { label = 'Coffee Beans',                 weight = 100, stack = true, close = true, client = { image = 'coffeebean.png' },            description = 'Signature ingredient of coffee' },
['eggplant']                = { label = 'Eggplant',                     weight = 100, stack = true, close = true, client = { image = 'eggplant.png' },              description = 'A favourite of many... for consumption' },
['lemon']                   = { label = 'Lemon',                        weight = 100, stack = true, close = true, client = { image = 'lemon.png' },                 description = 'Citrusy delight' },
['lettuce']                 = { label = 'Lettuce',                      weight = 100, stack = true, close = true, client = { image = 'lettuce.png' },               description = 'Perfect for burger topping... or Rabbits' },
['lime']                    = { label = 'Lime',                         weight = 100, stack = true, close = true, client = { image = 'lime.png' },                  description = 'Goes well with Tequila!' },
['mushroom']                = { label = 'Mushroom',                     weight = 100, stack = true, close = true, client = { image = 'mushroom.png' },              description = 'What a fun guy!' },
['onion']                   = { label = 'Onion',                        weight = 100, stack = true, close = true, 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?' },
['peach']                   = { label = 'Peach',                        weight = 100, stack = true, close = true, client = { image = 'peach.png' },                 description = 'Peachy Keen!' },
['pepper']                  = { label = 'Pepper',                       weight = 100, stack = true, close = true, client = { image = 'pepper.png' },                description = 'Surprisingly good raw!' },
['potato']                  = { label = 'Potato',                       weight = 100, stack = true, close = true, client = { image = 'potato.png' },                description = 'An Irish staple' },
['sugar']                   = { label = 'Sugar',                        weight = 100, stack = true, close = true, client = { image = 'sugar.png' },                 description = 'Something sweet!' },
['tofu']                    = { label = 'Tofu',                         weight = 100, stack = true, close = true, client = { image = 'tofu.png' },                  description = 'Vegan friendly!' },
['tomato']                  = { label = 'Tomato',                       weight = 100, stack = true, close = true, client = { image = 'tomato.png' },                description = 'A fruit. Not a vegetable.' },

-- Other 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!' },

Last updated