📙
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. Black Lantern

Items - OX

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

-- Black Lantern
['beeffajita']              = { label = 'Beef Fajita',                  weight = 200, stack = true, close = true, client = { image = 'beeffajita.png' },            description = 'Fajita loaded with beef' },
['beefnachos']              = { label = 'Beef Nachos',                  weight = 200, stack = true, close = true, client = { image = 'beefnachos.png' },            description = 'Nachos loaded with beef' },
['blainecountyicedtea']     = { label = 'Blaine County Iced Tea',       weight = 200, stack = true, close = true, client = { image = 'blainecountyicedtea.png' },   description = 'Vodka mixed with tequila, gin, and cola, with a lemon slice' },
['blueberrylemonade']       = { label = 'Blueberry Lemonade',           weight = 200, stack = true, close = true, client = { image = 'blueberrylemonade.png' },     description = 'Lemonade infused with fresh blueberries' },
['buffalowings']            = { label = 'Buffalo Wings',                weight = 200, stack = true, close = true, client = { image = 'buffalowings.png' },          description = 'Wings of a Buffalo - fact' },
['cheeseburger']            = { label = 'Cheeseburger',                 weight = 200, stack = true, close = true, client = { image = 'cheeseburger.png' },          description = 'Tender Cheese Burger in a toasted bun' },
['cheesenachos']            = { label = 'Cheese Nachos',                weight = 200, stack = true, close = true, client = { image = 'cheesenachos.png' },          description = 'Nachos loaded with cheese' },
['chickenfajita']           = { label = 'Chicken Fajita',               weight = 200, stack = true, close = true, client = { image = 'chickenfajita.png' },         description = 'Fajita loaded with chicken' },
['chickennachos']           = { label = 'Chicken Nachos',               weight = 200, stack = true, close = true, client = { image = 'chickennachos.png' },         description = 'Nachos loaded with chicken' },
['chickensandwich']         = { label = 'Chicken Sandwich',             weight = 200, stack = true, close = true, client = { image = 'chickensandwich.png' },       description = 'Chicken sandwich produced entirely locally' },
['crisps']                  = { label = 'Crisps',                       weight = 100, stack = true, close = true, client = { image = 'crisps.png' },                description = 'Please eat quietly..' },
['frenchfries']             = { label = 'French Fries',                 weight = 200, stack = true, close = true, client = { image = 'frenchfries.png' },           description = 'Chips produced from the finest potatoes' },
['friedpickles']            = { label = 'Fried Pickles',                weight = 200, stack = true, close = true, client = { image = 'friedpickles.png' },          description = 'Pickles surrounded in a fried batter' },
['gintonic']                = { label = 'Gin and Tonic',                weight = 200, stack = true, close = true, client = { image = 'gintonic.png' },              description = 'Gin mixed with Tonic Water' },
['lemonade']                = { label = 'Lemonade',                     weight = 200, stack = true, close = true, client = { image = 'lemonade.png' },              description = 'Locally produced lemonade' },
['mozzarellasticks']        = { label = 'Mozzarella Sticks',            weight = 200, stack = true, close = true, client = { image = 'mozzarellasticks.png' },      description = 'Signature Mozzarella Sticks Appetiser' },
['nachos']                  = { label = 'Nachos',                       weight = 200, stack = true, close = true, client = { image = 'nachos.png' },                description = 'A bag of Nachos' },
['onionrings']              = { label = 'Onion Rings',                  weight = 200, stack = true, close = true, client = { image = 'onionrings.png' },            description = 'Battered onion in the shape of a ring' },
['orangejuice']             = { label = 'Orange Juice',                 weight = 200, stack = true, close = true, client = { image = 'orangejuice.png' },           description = 'Freshly squeeze orange juice' },
['peachlemonade']           = { label = 'Peach Lemonade',               weight = 200, stack = true, close = true, client = { image = 'peachlemonade.png' },         description = 'Lemonade infused with fresh peaches' },
['rumcoke']                 = { label = 'Rum and Coke',                 weight = 200, stack = true, close = true, client = { image = 'rumcoke.png' },               description = 'Dark Rum drink mixed with eCola' },
['strawberrylemonade']      = { label = 'Strawberry Lemonade',          weight = 200, stack = true, close = true, client = { image = 'strawberrylemonade.png' },    description = 'Lemonade infused with fresh strawberries' },
['tequilasunrise']          = { label = 'Tequila Sunrise',              weight = 200, stack = true, close = true, client = { image = 'tequilasunrise.png' },        description = 'Tequila drink mixed with orange juice' },
['theduke']                 = { label = 'The Duke',                     weight = 200, stack = true, close = true, client = { image = 'theduke.png' },               description = 'A hearty cheeseburger with a smoked spicy pepper jam' },
['tonic']                   = { label = 'Tonic',                        weight = 200, stack = true, close = true, client = { image = 'tonic.png' },                 description = 'Carbonated soft drink in which quinine is dissolved' },
['vegfajita']               = { label = 'Vegetable Fajita',             weight = 200, stack = true, close = true, client = { image = 'vegfajita.png' },             description = 'Fajita loaded with vegetables' },
['vegnachos']               = { label = 'Vegetable Nachos',             weight = 200, stack = true, close = true, client = { image = 'vegnachos.png' },             description = 'Nachos loaded with vegetables' },
['vodkalemonade']           = { label = 'Vodka Lemonade',               weight = 200, stack = true, close = true, client = { image = 'vodkalemonade.png' },         description = 'Vodka drink mixed with lemonade' },
['whiskeycoke']             = { label = 'Whiskey and Coke',             weight = 200, stack = true, close = true, client = { image = 'whiskeycoke.png' },           description = 'Whiskey mixed with Coke' },
['blacklanternmenu']        = { label = 'Black Lantern Menu',           weight = 100, stack = true, close = true, client = { image = 'menu.png' },                  description = 'Food and Drinks menu for The Black Lantern bar' },

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

-- Soft Drinks
['coffee']                  = { label = 'Coffee',                       weight = 200, stack = true, close = true, client = { image = 'coffee.png' },                description = 'Pump 4 Caffeine' },
['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!' },

-- Farming
['beef']                    = { label = 'Beef',                         weight = 500, stack = false, close = false, client = { image = 'beef.png' },                description = 'A slab of beef' },
['bread']                   = { label = 'Bread',                        weight = 200, stack = true, close = true, client = { image = 'bread.png' },                 description = 'The staple of humanity.' },
['burgerpatty']             = { label = 'Burger Patty',                 weight = 100, stack = false, close = false, client = { image = 'burgerpatty.png' },         description = 'Raw Patty' },
['cheddar']                 = { label = 'Cheddar Slice',                weight = 100, stack = true, close = true, client = { image = 'cheddar.png' },               description = 'Slice of Cheese' },
['chicken']                 = { label = 'Chicken',                      weight = 500, stack = false, close = false, client = { image = 'chicken.png' },             description = 'A raw chicken' },
['cucumber']                = { label = 'Cucumber',                     weight = 100, stack = true, close = true, client = { image = 'cucumber.png' },              description = 'A creeping vine plant common in salads' },
['lettuce']                 = { label = 'Lettuce',                      weight = 100, stack = true, close = true, client = { image = 'lettuce.png' },               description = 'Perfect for burger topping... or Rabbits' },
['mozzarella']              = { label = 'Mozzarella',                   weight = 100, stack = false, close = false, client = { image = 'mozzarella.png' },          description = 'Made from Italian Buffalo milk' },
['onion']                   = { label = 'Onion',                        weight = 100, stack = false, close = false, client = { image = 'onion.png' },               description = 'Brings a tear to my eye' },
['pepper']                  = { label = 'Pepper',                       weight = 100, stack = true, close = true, client = { image = 'pepper.png' },                description = 'Surprisingly good raw!' },
['potato']                  = { label = 'Potato',                       weight = 100, stack = false, close = false, client = { image = 'potato.png' },              description = 'An Irish staple' },
['tomato']                  = { label = 'Tomato',                       weight = 100, stack = true, close = true, client = { image = 'tomato.png' },                description = 'A fruit. Not a vegetable.' },
PreviousItems - QBNextJobs - QB

Last updated 16 hours ago

🔥