Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Horny Burger
['baconhorn'] = { label = 'Bacon Hornburger', weight = 500, stack = true, close = true, client = { image = 'baconhorn.png' }, description = 'Horny Burger signature cheeseburger with bacon' },
['chickenhorn'] = { label = 'Chicken Hornburger', weight = 500, stack = true, close = true, client = { image = 'chickenhorn.png' }, description = 'Horny Burger signature chicken burger' },
['chickenfajita'] = { label = 'Chicken Fajita', weight = 200, stack = true, close = true, client = { image = 'chickenfajita.png' }, description = 'Fajita loaded with chicken' },
['doublechickenhorn'] = { label = 'Double Chicken Hornburger', weight = 500, stack = true, close = true, client = { image = 'doublechickenhorn.png' }, description = 'Horny Burger signature double chicken burger' },
['doublehorn'] = { label = 'Double Hornburger', weight = 500, stack = true, close = true, client = { image = 'doublehorn.png' }, description = 'Horny Burger signature double cheeseburger' },
['hornburger'] = { label = 'Hornburger', weight = 500, stack = true, close = true, client = { image = 'hornburger.png' }, description = 'Horny Burger signature cheeseburger' },
['hornyfries'] = { label = 'Horny Fries', weight = 200, stack = true, close = true, client = { image = 'hornyfries.png' }, description = 'Horny Burger signature fries' },
['hornypoppers'] = { label = 'Horny Poppers', weight = 200, stack = true, close = true, client = { image = 'hornypoppers.png' }, description = 'Horny Burger signature poppers' },
['hornysbreakfast'] = { label = 'Hornys Breakfast', weight = 500, stack = true, close = true, client = { image = 'hornysbreakfast.png' }, description = 'Horny Burger signature breakfast' },
['hunksohen'] = { label = 'Hunk o Hen', weight = 200, stack = true, close = true, client = { image = 'hunksohen.png' }, description = 'Horny Burger signature chicken nuggets' },
['meteorite'] = { label = 'Meteorite', weight = 200, stack = true, close = true, client = { image = 'meteorite.png' }, description = 'Meteorite Ice Cream' },
['orangotang'] = { label = 'Orang-O-Tang', weight = 200, stack = true, close = true, client = { image = 'orangotang.png' }, description = 'Orang-O-Tang Ice Cream' },
['picklehorn'] = { label = 'Pickle Hornburger', weight = 500, stack = true, close = true, client = { image = 'picklehorn.png' }, description = 'Horny Burger signature cheeseburger with pickles' },
['triplechickenhorn'] = { label = 'Triple Chicken Hornburger', weight = 500, stack = true, close = true, client = { image = 'triplechickenhorn.png' }, description = 'Horny Burger signature triple chicken burger' },
['triplehorn'] = { label = 'Triple Hornburger', weight = 500, stack = true, close = true, client = { image = 'triplehorn.png' }, description = 'Horny Burger signature triple cheeseburger' },
['hornysmenu'] = { label = 'Horny Burger Menu', weight = 100, stack = true, close = true, client = { image = 'menu.png' }, description = 'Menu for the Horny Burger chain' },
-- Farming
['bacon'] = { label = 'Bacon', weight = 100, stack = true, close = true, client = { image = 'bacon.png' }, description = 'Little slice of Kevin' },
['beef'] = { label = 'Beef', weight = 500, stack = false, close = false, client = { image = 'beef.png' }, description = 'A slab of raw beef' },
['bread'] = { label = 'Bread', weight = 200, stack = true, close = true, client = { image = 'bread.png' }, description = 'The staple of humanity' },
['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' },
['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' },
['egg'] = { label = 'Egg', weight = 100, stack = false, close = false, client = { image = 'egg.png' }, description = 'Free range of course!' },
['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!' },
['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 = 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.' },
-- 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!' },
Last updated