Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- BurgerShot
['bleederburger'] = { label = 'The Bleeder', weight = 500, stack = true, close = true, client = { image = 'bleederburger.png' }, description = 'BurgerShot signature Bleeder Burger' },
['chickenwrap'] = { label = 'Chicken Wrap', weight = 500, stack = true, close = true, client = { image = 'chickenwrap.png' }, description = 'BurgerShot signature Chicken Wrap' },
['crazytenders'] = { label = 'Crazy Tenders', weight = 500, stack = true, close = true, client = { image = 'crazytenders.png' }, description = 'BurgerShot signature Chicken Nuggets' },
['creampie'] = { label = 'Creampie', weight = 200, stack = true, close = true, client = { image = 'creampie.png' }, description = 'BurgerShot signature Apple Pie' },
['doubleshotburger'] = { label = 'The Double Shot', weight = 500, stack = true, close = true, client = { image = 'doubleshotburger.png' }, description = 'BurgerShot signature Double Shot Burger' },
['gloriousburger'] = { label = 'The Glorious', weight = 500, stack = true, close = true, client = { image = 'gloriousburger.png' }, description = 'BurgerShot signature Glorious Burger' },
['goatcheesewrap'] = { label = 'Goat Cheese Wrap', weight = 500, stack = true, close = true, client = { image = 'goatcheesewrap.png' }, description = 'BurgerShot signature Goat Cheese Wrap' },
['heartstopperburger'] = { label = 'The HeartStopper', weight = 1500, stack = true, close = true, client = { image = 'heartstopperburger.png' }, description = 'BurgerShot signature Heartstopper Burger' },
['meteorite'] = { label = 'Meteorite', weight = 200, stack = true, close = true, client = { image = 'meteorite.png' }, description = 'Meteorite branded Ice Cream' },
['mexicantaco'] = { label = 'The Mexican', weight = 500, stack = true, close = true, client = { image = 'mexicantaco.png' }, description = 'BurgerShot signature Mexican Taco' },
['orangotang'] = { label = 'Orang-O-Tang', weight = 200, stack = true, close = true, client = { image = 'orangotang.png' }, description = 'Orang-O-Tang branded Ice Cream' },
['pricklyburger'] = { label = 'The Prickly', weight = 500, stack = true, close = true, client = { image = 'pricklyburger.png' }, description = 'BurgerShot signature Prickly Burger' },
['rimjob'] = { label = 'Rim Job', weight = 200, stack = true, close = true, client = { image = 'rimjob.png' }, description = 'BurgerShot signature Doughnut' },
['ringshots'] = { label = 'Ring Shots', weight = 200, stack = true, close = true, client = { image = 'ringshots.png' }, description = 'BurgerShot signature Onion Rings' },
['shotfries'] = { label = 'Shot Fries', weight = 200, stack = true, close = true, client = { image = 'shotfries.png' }, description = 'BurgerShot signature French Fries' },
['simplyburger'] = { label = 'The Simply', weight = 500, stack = true, close = true, client = { image = 'simplyburger.png' }, description = 'BurgerShot signature Simply Burger' },
['burgershotmenu'] = { label = 'BurgerShot Menu', weight = 100, stack = true, close = true, client = { image = 'menu.png' }, description = 'Menu for BurgerShot' },
-- Soft 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' },
-- 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' },
['chickenbreast'] = { label = 'Chicken Breast', weight = 100, stack = false, close = false, client = { image = 'chickenbreast.png' }, description = 'A cooked chicken breast' },
['chickennugget'] = { label = 'Chicken Nuggets', weight = 200, stack = true, close = true, client = { image = 'chickennugget.png' }, description = 'A childhood favourite!' },
['cocoabean'] = { label = 'Cocoa Bean', weight = 100, stack = false, close = false, client = { image = 'cocoabean.png' }, description = 'Signature ingredient of chocolate' },
['flour'] = { label = 'Flour', weight = 100, stack = false, close = false, client = { image = 'flour.png' }, description = 'Milled powder from collected grain' },
['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' },
['orange'] = { label = 'Orange', weight = 100, stack = true, close = true, client = { image = 'orange.png' }, description = 'What came first - the fruit or the colour?' },
['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' },
['tomato'] = { label = 'Tomato', weight = 100, stack = true, close = true, client = { image = 'tomato.png' }, description = 'A fruit. Not a vegetable.' },
Last updated