Items - QB
Add these into your items list e.g. qb-core/shared/items.lua
-- Last Train in Los Santos
americanpastime = { name = 'americanpastime', label = 'American Pastime', weight = 500, type = 'item', image = 'americanpastime.png', unique = false, useable = true, shouldClose = true, description = 'A signature Dodger-style hot dog' },
bigboy = { name = 'bigboy', label = 'Big Boy Burger', weight = 500, type = 'item', image = 'bigboy.png', unique = false, useable = true, shouldClose = true, description = 'Signature triple burger with triple cheese, triple bacon, lettuce, tomato, and house sauce' },
boxcar = { name = 'boxcar', label = 'Box Car', weight = 500, type = 'item', image = 'boxcar.png', unique = false, useable = true, shouldClose = true, description = 'A signature bacon, lettuce, and tomato sandwich' },
burger040 = { name = 'burger040', label = '0-4-0 Burger', weight = 500, type = 'item', image = 'burger040.png', unique = false, useable = true, shouldClose = true, description = 'Signature burger with lettuce, tomato, ketchup, and house sauce' },
burger240 = { name = 'burger240', label = '2-4-0 Burger', weight = 500, type = 'item', image = 'burger240.png', unique = false, useable = true, shouldClose = true, description = 'Signature burger with lettuce, tomato, onion, pickle, and house sauce' },
burger242 = { name = 'burger242', label = '2-4-2 Burger', weight = 500, type = 'item', image = 'burger242.png', unique = false, useable = true, shouldClose = true, description = 'Signature burger with cheese, lettuce, tomato, onion, pickle, and house sauce' },
burger442 = { name = 'burger442', label = '4-4-2 Burger', weight = 500, type = 'item', image = 'burger442.png', unique = false, useable = true, shouldClose = true, description = 'Signature burger with bacon, cheese, lettuce, tomato, onion, and house sauce' },
chicagorail = { name = 'chicagorail', label = 'Chicago Rail', weight = 500, type = 'item', image = 'chicagorail.png', unique = false, useable = true, shouldClose = true, description = 'A signature Chicago-style hot dog' },
chocolatemilkshake = { name = 'chocolatemilkshake', label = 'Chocolate Milkshake', weight = 200, type = 'item', image = 'chocolatemilkshake.png', unique = false, useable = true, shouldClose = true, description = 'Classic chocolate milkshake drink' },
clubcar = { name = 'clubcar', label = 'Club Car', weight = 500, type = 'item', image = 'clubcar.png', unique = false, useable = true, shouldClose = true, description = 'A classic signature club sandwich' },
crisps = { name = 'crisps', label = 'Crisps', weight = 100, type = 'item', image = 'crisps.png', unique = false, useable = true, shouldClose = true, description = 'Fried and salted potato crisps' },
dasdog = { name = 'dasdog', label = 'Das DΓΆg', weight = 500, type = 'item', image = 'dasdog.png', unique = false, useable = true, shouldClose = true, description = 'A signature German-style frankfurter hot dog' },
doubleheader = { name = 'doubleheader', label = 'Double Header', weight = 500, type = 'item', image = 'doubleheader.png', unique = false, useable = true, shouldClose = true, description = 'Signature double burger with double cheese, double bacon, lettuce, tomato, and house sauce' },
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' },
gastanker = { name = 'gastanker', label = 'Gas Tanker', weight = 500, type = 'item', image = 'gastanker.png', unique = false, useable = true, shouldClose = true, description = 'A classic chilli hot dog' },
greenpacific = { name = 'greenpacific', label = 'Green Pacific', weight = 500, type = 'item', image = 'greenpacific.png', unique = false, useable = true, shouldClose = true, description = 'A signature Seattle-style bratwurst hot dog' },
narrowgauge = { name = 'narrowgauge', label = 'Narrow Gauge', weight = 500, type = 'item', image = 'narrowgauge.png', unique = false, useable = true, shouldClose = true, description = 'A signature cheese and ham sandwich' },
newyorker = { name = 'newyorker', label = 'New Yorker', weight = 500, type = 'item', image = 'newyorker.png', unique = false, useable = true, shouldClose = true, description = 'A signature New York-style hot dog' },
poutine = { name = 'poutine', label = 'Poutine', weight = 200, type = 'item', image = 'poutine.png', unique = false, useable = true, shouldClose = true, description = 'Signature french fries covered in cheese curd and gravy' },
rootbeer = { name = 'rootbeer', label = 'Root Beer', weight = 200, type = 'item', image = 'rootbeer.png', unique = false, useable = true, shouldClose = true, description = 'Sweet soft drink traditionally made from root bark of the sassafras tree' },
rootbeerfloat = { name = 'rootbeerfloat', label = 'Root Beer Float', weight = 200, type = 'item', image = 'rootbeerfloat.png', unique = false, useable = true, shouldClose = true, description = 'Vanilla ice cream mixed with a root beer bottom' },
standardgauge = { name = 'standardgauge', label = 'Standard Gauge', weight = 500, type = 'item', image = 'standardgauge.png', unique = false, useable = true, shouldClose = true, description = 'A signature peanut butter jelly sandwich' },
strawberrymilkshake = { name = 'strawberrymilkshake', label = 'Strawberry Milkshake', weight = 200, type = 'item', image = 'strawberrymilkshake.png', unique = false, useable = true, shouldClose = true, description = 'Classic strawberry milkshake drink' },
vanillaicecream = { name = 'vanillaicecream', label = 'Vanilla Ice Cream', weight = 200, type = 'item', image = 'vanillaicecream.png', unique = false, useable = true, shouldClose = true, description = 'Classic whipped vanilla ice cream' },
vanillamilkshake = { name = 'vanillamilkshake', label = 'Vanilla Milkshake', weight = 200, type = 'item', image = 'vanillamilkshake.png', unique = false, useable = true, shouldClose = true, description = 'Classic vanilla milkshake drink' },
wisconsinwonder = { name = 'wisconsinwonder', label = 'Wisconsin Wonder', weight = 500, type = 'item', image = 'wisconsinwonder.png', unique = false, useable = true, shouldClose = true, description = 'A signature multi-cheese melt' },
lasttrainmenu = { name = 'lasttrainmenu', label = 'Last Train Menu', weight = 100, type = 'item', image = 'menu.png', unique = false, useable = true, shouldClose = true, description = 'Menu for the Last Train in Los Santos restaurant' },
-- Farming
bacon = { name = 'bacon', label = 'Bacon', weight = 100, type = 'item', image = 'bacon.png', unique = false, useable = true, shouldClose = true, description = 'Little slice of Kevin' },
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' },
cocoabean = { name = 'cocoabean', label = 'Cocoa Bean', weight = 100, type = 'item', image = 'cocoabean.png', unique = false, useable = false, shouldClose = false, description = 'Signature ingredient of chocolate' },
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' },
milk = { name = 'milk', label = 'Milk', weight = 300, type = 'item', image = 'milk.png', unique = false, useable = true, shouldClose = true, description = 'Glass bottle of 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' },
peanut = { name = 'peanut', label = 'Peanut', weight = 100, type = 'item', image = 'peanut.png', unique = false, useable = true, shouldClose = true, description = 'Make sure you are not allergic!' },
pepper = { name = 'pepper', label = 'Pepper', weight = 100, type = 'item', image = 'pepper.png', unique = false, useable = true, shouldClose = true, description = 'Surprisingly good raw!' },
pork = { name = 'pork', label = 'Pork', weight = 500, type = 'item', image = 'pork.png', unique = false, useable = false, shouldClose = false, description = 'No longer wabbit season..' },
potato = { name = 'potato', label = 'Potato', weight = 100, type = 'item', image = 'potato.png', unique = false, useable = true, shouldClose = true, description = 'An Irish staple' },
strawberry = { name = 'strawberry', label = 'Strawberry', weight = 100, type = 'item', image = 'strawberry.png', unique = false, useable = true, shouldClose = true, description = 'Technically not a berry' },
tomato = { name = 'tomato', label = 'Tomato', weight = 100, type = 'item', image = 'tomato.png', unique = false, useable = true, shouldClose = true, description = 'A fruit. Not a vegetable.' },
-- Other Drinks
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!' },
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!' },
Last updated