Items - QB
Add these into your items list e.g. qb-core/shared/items.lua
-- Black Lantern
beeffajita = { name = 'beeffajita', label = 'Beef Fajita', weight = 200, type = 'item', image = 'beeffajita.png', unique = false, useable = true, shouldClose = true, description = 'Fajita loaded with beef' },
beefnachos = { name = 'beefnachos', label = 'Beef Nachos', weight = 200, type = 'item', image = 'beefnachos.png', unique = false, useable = true, shouldClose = true, description = 'Nachos loaded with beef' },
blainecountyicedtea = { name = 'blainecountyicedtea', label = 'Blaine County Iced Tea', weight = 200, type = 'item', image = 'blainecountyicedtea.png', unique = false, useable = true, shouldClose = true, description = 'Vodka mixed with tequila, gin, and cola, with a lemon slice' },
blueberrylemonade = { name = 'blueberrylemonade', label = 'Blueberry Lemonade', weight = 200, type = 'item', image = 'blueberrylemonade.png', unique = false, useable = true, shouldClose = true, description = 'Lemonade infused with fresh blueberries' },
buffalowings = { name = 'buffalowings', label = 'Buffalo Wings', weight = 200, type = 'item', image = 'buffalowings.png', unique = false, useable = true, shouldClose = true, description = 'Wings of a Buffalo - fact' },
cheeseburger = { name = 'cheeseburger', label = 'Cheeseburger', weight = 200, type = 'item', image = 'cheeseburger.png', unique = false, useable = true, shouldClose = true, description = 'Tender Cheese Burger in a toasted bun' },
cheesenachos = { name = 'cheesenachos', label = 'Cheese Nachos', weight = 200, type = 'item', image = 'cheesenachos.png', unique = false, useable = true, shouldClose = true, description = 'Nachos loaded with cheese' },
chickenfajita = { name = 'chickenfajita', label = 'Chicken Fajita', weight = 200, type = 'item', image = 'chickenfajita.png', unique = false, useable = true, shouldClose = true, description = 'Fajita loaded with chicken' },
chickennachos = { name = 'chickennachos', label = 'Chicken Nachos', weight = 200, type = 'item', image = 'chickennachos.png', unique = false, useable = true, shouldClose = true, description = 'Nachos loaded with chicken' },
chickensandwich = { name = 'chickensandwich', label = 'Chicken Sandwich', weight = 200, type = 'item', image = 'chickensandwich.png', unique = false, useable = true, shouldClose = true, description = 'Chicken sandwich produced entirely locally' },
crisps = { name = 'crisps', label = 'Crisps', weight = 100, type = 'item', image = 'crisps.png', unique = false, useable = true, shouldClose = true, description = 'Please eat quietly..' },
frenchfries = { name = 'frenchfries', label = 'French Fries', weight = 200, type = 'item', image = 'frenchfries.png', unique = false, useable = true, shouldClose = true, description = 'Chips produced from the finest potatoes' },
friedpickles = { name = 'friedpickles', label = 'Fried Pickles', weight = 200, type = 'item', image = 'friedpickles.png', unique = false, useable = true, shouldClose = true, description = 'Pickles surrounded in a fried batter' },
gintonic = { name = 'gintonic', label = 'Gin and Tonic', weight = 200, type = 'item', image = 'gintonic.png', unique = false, useable = true, shouldClose = true, description = 'Gin mixed with Tonic Water' },
lemonade = { name = 'lemonade', label = 'Lemonade', weight = 200, type = 'item', image = 'lemonade.png', unique = false, useable = true, shouldClose = true, description = 'Locally produced lemonade' },
mozzarellasticks = { name = 'mozzarellasticks', label = 'Mozzarella Sticks', weight = 200, type = 'item', image = 'mozzarellasticks.png', unique = false, useable = true, shouldClose = true, description = 'Signature Mozzarella Sticks Appetiser' },
nachos = { name = 'nachos', label = 'Nachos', weight = 200, type = 'item', image = 'nachos.png', unique = false, useable = true, shouldClose = true, description = 'A bag of Nachos' },
onionrings = { name = 'onionrings', label = 'Onion Rings', weight = 200, type = 'item', image = 'onionrings.png', unique = false, useable = true, shouldClose = true, description = 'Battered onion in the shape of a ring' },
orangejuice = { name = 'orangejuice', label = 'Orange Juice', weight = 200, type = 'item', image = 'orangejuice.png', unique = false, useable = true, shouldClose = true, description = 'Freshly squeeze orange juice' },
peachlemonade = { name = 'peachlemonade', label = 'Peach Lemonade', weight = 200, type = 'item', image = 'peachlemonade.png', unique = false, useable = true, shouldClose = true, description = 'Lemonade infused with fresh peaches' },
rumcoke = { name = 'rumcoke', label = 'Rum and Coke', weight = 200, type = 'item', image = 'rumcoke.png', unique = false, useable = true, shouldClose = true, description = 'Dark Rum drink mixed with eCola' },
strawberrylemonade = { name = 'strawberrylemonade', label = 'Strawberry Lemonade', weight = 200, type = 'item', image = 'strawberrylemonade.png', unique = false, useable = true, shouldClose = true, description = 'Lemonade infused with fresh strawberries' },
tequilasunrise = { name = 'tequilasunrise', label = 'Tequila Sunrise', weight = 200, type = 'item', image = 'tequilasunrise.png', unique = false, useable = true, shouldClose = true, description = 'Tequila drink mixed with orange juice' },
theduke = { name = 'theduke', label = 'The Duke', weight = 200, type = 'item', image = 'theduke.png', unique = false, useable = true, shouldClose = true, description = 'A hearty cheeseburger with a smoked spicy pepper jam' },
tonic = { name = 'tonic', label = 'Tonic', weight = 200, type = 'item', image = 'tonic.png', unique = false, useable = true, shouldClose = true, description = 'Carbonated soft drink in which quinine is dissolved' },
vegfajita = { name = 'vegfajita', label = 'Vegetable Fajita', weight = 200, type = 'item', image = 'vegfajita.png', unique = false, useable = true, shouldClose = true, description = 'Fajita loaded with vegetables' },
vegnachos = { name = 'vegnachos', label = 'Vegetable Nachos', weight = 200, type = 'item', image = 'vegnachos.png', unique = false, useable = true, shouldClose = true, description = 'Nachos loaded with vegetables' },
vodkalemonade = { name = 'vodkalemonade', label = 'Vodka Lemonade', weight = 200, type = 'item', image = 'vodkalemonade.png', unique = false, useable = true, shouldClose = true, description = 'Vodka drink mixed with lemonade' },
whiskeycoke = { name = 'whiskeycoke', label = 'Whiskey and Coke', weight = 200, type = 'item', image = 'whiskeycoke.png', unique = false, useable = true, shouldClose = true, description = 'Whiskey mixed with Coke' },
blacklanternmenu = { name = 'blacklanternmenu', label = 'Black Lantern Menu', weight = 100, type = 'item', image = 'menu.png', unique = false, useable = true, shouldClose = true, description = 'Food and Drinks menu for The Black Lantern bar' },
-- Alcohol
ambeer = { name = 'ambeer', label = 'AM Beer', weight = 200, type = 'item', image = 'ambeer.png', unique = false, useable = true, shouldClose = true, description = 'A.M. branded beer' },
beer = { name = 'beer', label = 'Beer', weight = 200, type = 'item', image = 'beer.png', unique = false, useable = true, shouldClose = true, description = 'Nothing like a good cold beer!' },
duschegold = { name = 'duschegold', label = 'Dusche Gold', weight = 200, type = 'item', image = 'duschegold.png', unique = false, useable = true, shouldClose = true, description = 'Dusche Gold branded beer' },
gin = { name = 'gin', label = 'Gin', weight = 200, type = 'item', image = 'gin.png', unique = false, useable = true, shouldClose = true, description = 'Distilled alcohol flavoured with juniper berries' },
logger = { name = 'logger', label = 'Logger Beer', weight = 200, type = 'item', image = 'logger.png', unique = false, useable = true, shouldClose = true, description = 'Logger branded beer' },
pisswasser = { name = 'pisswasser', label = 'Pißwasser', weight = 200, type = 'item', image = 'pisswasser.png', unique = false, useable = true, shouldClose = true, description = 'Pißwasser branded beer' },
pisswasserpaleale = { name = 'pisswasserpaleale', label = 'Pißwasser Pale Ale', weight = 200, type = 'item', image = 'pisswasserpaleale.png', unique = false, useable = true, shouldClose = true, description = 'Pißwasser branded pale ale' },
pisswasserstout = { name = 'pisswasserstout', label = 'Pißwasser Stout', weight = 200, type = 'item', image = 'pisswasserstout.png', unique = false, useable = true, shouldClose = true, description = 'Pißwasser branded stout beer' },
rum = { name = 'rum', label = 'Rum', weight = 200, type = 'item', image = 'rum.png', unique = false, useable = true, shouldClose = false, description = 'Liquor distilled from sugar' },
tequila = { name = 'tequila', label = 'Tequila', weight = 200, type = 'item', image = 'tequila.png', unique = false, useable = true, shouldClose = false, description = 'Liquor distilled from blue agave' },
vodka = { name = 'vodka', label = 'Vodka', weight = 200, type = 'item', image = 'vodka.png', unique = false, useable = true, shouldClose = true, description = 'Russian staple drink' },
whiskey = { name = 'whiskey', label = 'Whiskey', weight = 200, type = 'item', image = 'whiskey.png', unique = false, useable = true, shouldClose = true, description = 'For all the thirsty out there' },
-- Soft Drinks
coffee = { name = 'coffee', label = 'Coffee', weight = 200, type = 'item', image = 'coffee.png', unique = false, useable = true, shouldClose = true, description = 'Pump 4 Caffeine' },
ecola = { name = 'ecola', label = 'eCola', weight = 100, type = 'item', image = 'ecola.png', unique = false, useable = true, shouldClose = true, description = 'Full fat cola beverage' },
ecolalight = { name = 'ecolalight', label = 'eCola Light', weight = 100, type = 'item', image = 'ecolalight.png', unique = false, useable = true, shouldClose = true, description = 'Sugar free cola beverage' },
sprunk = { name = 'sprunk', label = 'Sprunk', weight = 100, type = 'item', image = 'sprunk.png', unique = false, useable = true, shouldClose = true, description = 'Full fat lemonade beverage' },
sprunklight = { name = 'sprunklight', label = 'Sprunk Light', weight = 100, type = 'item', image = 'sprunklight.png', unique = false, useable = true, shouldClose = true, description = 'Sugar free lemonade beverage' },
water = { name = 'water', label = 'Water', weight = 500, type = 'item', image = 'water.png', unique = false, useable = true, shouldClose = true, description = 'The source of all life!' },
-- Farming
beef = { name = 'beef', label = 'Beef', weight = 500, type = 'item', image = 'beef.png', unique = false, useable = false, shouldClose = false, description = 'A slab of beef' },
bread = { name = 'bread', label = 'Bread', weight = 200, type = 'item', image = 'bread.png', unique = false, useable = true, shouldClose = true, description = 'The staple of humanity.' },
burgerpatty = { name = 'burgerpatty', label = 'Burger Patty', weight = 100, type = 'item', image = 'burgerpatty.png', unique = false, useable = false, shouldClose = false, description = 'Raw Patty' },
cheddar = { name = 'cheddar', label = 'Cheddar Slice', weight = 100, type = 'item', image = 'cheddar.png', unique = false, useable = true, shouldClose = true, description = 'Slice of Cheese' },
chicken = { name = 'chicken', label = 'Chicken', weight = 500, type = 'item', image = 'chicken.png', unique = false, useable = false, shouldClose = false, description = 'A raw chicken' },
cucumber = { name = 'cucumber', label = 'Cucumber', weight = 100, type = 'item', image = 'cucumber.png', unique = false, useable = true, shouldClose = true, description = 'A creeping vine plant common in salads' },
lettuce = { name = 'lettuce', label = 'Lettuce', weight = 100, type = 'item', image = 'lettuce.png', unique = false, useable = true, shouldClose = true, description = 'Perfect for burger topping... or Rabbits' },
mozzarella = { name = 'mozzarella', label = 'Mozzarella', weight = 100, type = 'item', image = 'mozzarella.png', unique = false, useable = false, shouldClose = false, description = 'Made from Italian Buffalo milk' },
onion = { name = 'onion', label = 'Onion', weight = 100, type = 'item', image = 'onion.png', unique = false, useable = false, shouldClose = false, description = 'Brings a tear to my eye' },
pepper = { name = 'pepper', label = 'Pepper', weight = 100, type = 'item', image = 'pepper.png', unique = false, useable = true, shouldClose = true, description = 'Surprisingly good raw!' },
potato = { name = 'potato', label = 'Potato', weight = 100, type = 'item', image = 'potato.png', unique = false, useable = false, shouldClose = false, description = 'An Irish staple' },
tomato = { name = 'tomato', label = 'Tomato', weight = 100, type = 'item', image = 'tomato.png', unique = false, useable = true, shouldClose = true, description = 'A fruit. Not a vegetable.' },
Last updated