📙
SW-Scripts - FiveM
  • 👋Introduction
  • Scripts
    • 🐝Beekeeping
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🚲Bike Rental
      • Changelog
    • 🍴Consumables
      • Changelog
    • 📦Delivery Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🤿Diving
      • Items - QB
      • Items - OX
      • Changelog
    • 🌿Drugs
      • Items - QB
      • Items - OX
      • Shops
      • Changelog
    • 📩Election
      • SQL
      • Changelog
    • 🐄Farming
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Fishing
      • Items - QB
      • Items - OX
      • Dispatch
      • Changelog
    • 👷Garbage Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🪦Grave Robbery
      • Items - QB
      • Items - OX
      • Shops
      • Dispatch
      • Changelog
    • 🎃Halloween
      • Items - QB
      • Items - OX
      • Changelog
    • 🏹Hunting
      • Items - QB
      • Items - OX
      • Inventory
      • Changelog
    • 🪨Mining
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 💊Oxy Runs
      • Items - QB
      • Items - OX
      • Changelog
    • 🔧Scrapyard
      • Items - QB
      • Items - OX
      • Changelog
    • 🌍Treasure Hunting
      • Items - QB
      • Items - OX
      • Shops
      • SQL
      • Changelog
    • 🍷Vineyard
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
  • Business Scripts
    • 🍹Bahama Mamas
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ☕Bean Machine
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🔥Black Lantern
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔BurgerShot
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐱Cat Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌟Galaxy Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐔Hen House
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Hornys Burger
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Koi Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🚂Last Train
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌕Nocturnal Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Pearls Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍕Pizza This
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🦢Pond Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍦Pops Diner
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍸Tequi-La-La
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Up-N-Atom
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🦄Vanilla Unicorn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍺Yellowjack Inn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
Powered by GitBook
On this page
  1. Business Scripts
  2. Hen House

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

-- 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 = false, close = false, client = { image = 'chicken.png' },             description = 'A raw chicken' },
['coffeebean']              = { label = 'Coffee Beans',                 weight = 100, stack = false, close = false, 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 = 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?' },
['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 = false, close = false, 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!' },
PreviousItems - QBNextJobs - QB

Last updated 16 hours ago

🐔