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