Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Pizza This
['calamari'] = { label = 'Calamari', weight = 100, stack = false, close = false, client = { image = 'calamari.png' }, description = 'Fresh rings of Squid' },
['calamarimarinara'] = { label = 'Calamari Marinara', weight = 500, stack = true, close = true, client = { image = 'calamarimarinara.png' }, description = 'Linguine pasta with squid in a tomato sauce' },
['calzone'] = { label = 'Calzone', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Italian oven-baked turnover with garlic, tomato, and ham' },
['calzoneslice'] = { label = 'Slice of Calzone', weight = 250, stack = true, close = true, client = { image = 'calzoneslice.png' }, description = 'A slice of Calzone' },
['capricciosapizza'] = { label = 'Pizza Capricciosa', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Italian pizza with ham, mushrooms, and olives' },
['capricciosaslice'] = { label = 'Slice of Capricciosa', weight = 250, stack = true, close = true, client = { image = 'capricciosaslice.png' }, description = 'A slice of Pizza Capricciosa' },
['chocolategelato'] = { label = 'Chocolate Gelato', weight = 300, stack = true, close = true, client = { image = 'chocolategelato.png' }, description = 'Italian-style chocolate ice cream' },
['chocolatetruffles'] = { label = 'Chocolate Truffles', weight = 300, stack = true, close = true, client = { image = 'chocolatetruffles.png' }, description = 'French chocolate ganache coated in cocoa powder' },
['clam'] = { label = 'Clam', weight = 200, stack = false, close = false, client = { image = 'clam.png' }, description = 'Important part of the oceans food chain' },
['diavolapizza'] = { label = 'Pizza Diavola', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Italian pizza with hot salami, mozzarella, and basil' },
['diavolaslice'] = { label = 'Slice of Diavola', weight = 250, stack = true, close = true, client = { image = 'diavolaslice.png' }, description = 'A slice of Pizza Diavola' },
['freshfruit'] = { label = 'Fresh Fruit', weight = 300, stack = true, close = true, client = { image = 'freshfruit.png' }, description = 'Selection of mixed fresh fruit' },
['garlicbread'] = { label = 'Garlic Bread', weight = 300, stack = true, close = true, client = { image = 'garlicbread.png' }, description = 'Sliced bread with a garlic spread' },
['margheritapizza'] = { label = 'Pizza Margherita', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Italian pizza with tomato, mozzarella, and basil' },
['margheritaslice'] = { label = 'Slice of Margherita', weight = 250, stack = true, close = true, client = { image = 'margheritaslice.png' }, description = 'A slice of Pizza Margherita' },
['marinarapizza'] = { label = 'Pizza alla Marinara', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Italian pizza with tomato, mozzarella, and basil' },
['marinaraslice'] = { label = 'Slice of Marinara', weight = 250, stack = true, close = true, client = { image = 'marinaraslice.png' }, description = 'A slice of Pizza alla Marinara' },
['panettone'] = { label = 'Panettone', weight = 300, stack = true, close = true, client = { image = 'panettone.png' }, description = 'Italian-style festive fruitcake' },
['pasta'] = { label = 'Pasta', weight = 100, stack = false, close = false, client = { image = 'pasta.png' }, description = 'Sack of uncooked pasta' },
['pastafagioli'] = { label = 'Pasta Fagioli', weight = 500, stack = true, close = true, client = { image = 'pastafagioli.png' }, description = 'Macaroni pasta soup, often known as Pasta Fasul/Fazool' },
['pastapescatore'] = { label = 'Pasta Pescatore', weight = 500, stack = true, close = true, client = { image = 'pastapescatore.png' }, description = 'Spaghetti pasta with squid and clams in a tomato sauce' },
['penneallavodka'] = { label = 'Penne alla Vodka', weight = 500, stack = true, close = true, client = { image = 'penneallavodka.png' }, description = 'Penne pasta made with vodka in a tomato sauce' },
['pizzabase'] = { label = 'Pizza Base', weight = 200, stack = false, close = false, client = { image = 'pizzabase.png' }, description = 'Dough and tomato base for pizza' },
['pizzadough'] = { label = 'Pizza Dough', weight = 200, stack = false, close = false, client = { image = 'pizzadough.png' }, description = 'Kneaded dough for pizza' },
['prosciuttopizza'] = { label = 'Pizza Prosciutto e Funghi', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Italian pizza with mozzarella, thin ham, and mushrooms' },
['prosciuttoslice'] = { label = 'Slice of Prosciutto', weight = 250, stack = true, close = true, client = { image = 'prosciuttoslice.png' }, description = 'A slice of Pizza Prosciutto e Funghi' },
['spaghettibolognese'] = { label = 'Spaghetti Bolognese', weight = 500, stack = true, close = true, client = { image = 'spaghettibolognese.png' }, description = 'Spaghetti pasta with meat in a tomato sauce' },
['spaghetticarbonara'] = { label = 'Spaghetti Carbonara', weight = 500, stack = true, close = true, client = { image = 'spaghetticarbonara.png' }, description = 'Spaghetti pasta with meat in a cheese sauce' },
['spaghettimeatballs'] = { label = 'Spaghetti Meatballs', weight = 500, stack = true, close = true, client = { image = 'spaghettimeatballs.png' }, description = 'Spaghetti pasta with meatballs in a tomato sauce' },
['tiramisu'] = { label = 'Tiramisu', weight = 300, stack = true, close = true, client = { image = 'tiramisu.png' }, description = 'Italian-style chocolatey coffee dessert' },
['vegetarianapizza'] = { label = 'Pizza Vegetariana', weight = 1000, stack = true, close = true, client = { image = 'pizzabox.png' }, description = 'Vegetarian Italian pizza with mozzarella, peppers, and olives' },
['vegetarianaslice'] = { label = 'Slice of Vegetariana', weight = 250, stack = true, close = true, client = { image = 'vegetarianaslice.png' }, description = 'A slice of Pizza Vegetariana' },
['pizzathismenu'] = { label = 'Pizza This Menu', weight = 100, stack = true, close = true, client = { image = 'menu.png' }, description = 'Menu for the Pizza This pizzeria' },
-- 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' },
['water'] = { label = 'Water', weight = 500, stack = true, close = true, client = { image = 'water.png' }, description = 'The source of all life!' },
-- Alcohol
['ambeer'] = { label = 'AM Beer', weight = 200, stack = true, close = true, client = { image = 'ambeer.png' }, description = 'A.M. branded beer' },
['beer'] = { label = 'Beer', weight = 200, stack = true, close = true, client = { image = 'beer.png' }, description = 'Nothing like a good cold beer!' },
['duschegold'] = { label = 'Dusche Gold', weight = 200, stack = true, close = true, client = { image = 'duschegold.png' }, description = 'Dusche Gold branded beer' },
['logger'] = { label = 'Logger Beer', weight = 200, stack = true, close = true, client = { image = 'logger.png' }, description = 'Logger branded beer' },
['pisswasser'] = { label = 'Pißwasser', weight = 200, stack = true, close = true, client = { image = 'pisswasser.png' }, description = 'Pißwasser branded beer' },
['pisswasserpaleale'] = { label = 'Pißwasser Pale Ale', weight = 200, stack = true, close = true, client = { image = 'pisswasserpaleale.png' }, description = 'Pißwasser branded pale ale' },
['pisswasserstout'] = { label = 'Pißwasser Stout', weight = 200, stack = true, close = true, client = { image = 'pisswasserstout.png' }, description = 'Pißwasser branded stout beer' },
['vodka'] = { label = 'Vodka', weight = 200, stack = true, close = true, client = { image = 'vodka.png' }, description = 'Russian staple drink' },
-- Farming
['basil'] = { label = 'Basil', weight = 100, stack = false, close = false, client = { image = 'basil.png' }, description = 'A great seasoning!' },
['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' },
['cocoabean'] = { label = 'Cocoa Bean', weight = 100, stack = false, close = false, client = { image = 'cocoabean.png' }, description = 'Signature ingredient of chocolate' },
['coffeebean'] = { label = 'Coffee Beans', weight = 100, stack = false, close = false, client = { image = 'coffeebean.png' }, description = 'Signature ingredient of coffee' },
['egg'] = { label = 'Egg', weight = 100, stack = false, close = false, client = { image = 'egg.png' }, description = 'Free range of course!' },
['flour'] = { label = 'Flour', weight = 100, stack = false, close = false, client = { image = 'flour.png' }, description = 'Milled powder from collected grain' },
['garlic'] = { label = 'Garlic', weight = 100, stack = false, close = false, client = { image = 'garlic.png' }, description = 'Not the favourite of Vampires' },
['ham'] = { label = 'Ham', weight = 100, stack = true, close = true, client = { image = 'ham.png' }, description = 'Freshly sliced ham' },
['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!' },
['mozzarella'] = { label = 'Mozzarella', weight = 100, stack = false, close = false, client = { image = 'mozzarella.png' }, description = 'Made from Italian Buffalo milk' },
['mushroom'] = { label = 'Mushroom', weight = 100, stack = true, close = true, client = { image = 'mushroom.png' }, description = 'What a fun guy!' },
['olives'] = { label = 'Olives', weight = 100, stack = true, close = true, client = { image = 'olives.png' }, description = 'Not for everyone..' },
['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?' },
['peach'] = { label = 'Peach', weight = 100, stack = true, close = true, client = { image = 'peach.png' }, description = 'Peachy Keen!' },
['pepper'] = { label = 'Pepper', weight = 100, stack = true, close = true, client = { image = 'pepper.png' }, description = 'Surprisingly good raw!' },
['salami'] = { label = 'Salami', weight = 100, stack = true, close = true, client = { image = 'salami.png' }, description = 'Thats some spicy sausage!' },
['strawberry'] = { label = 'Strawberry', weight = 100, stack = true, close = true, client = { image = 'strawberry.png' }, description = 'Technically not a berry' },
['sugar'] = { label = 'Sugar', weight = 100, stack = false, close = false, client = { image = 'sugar.png' }, description = 'Something sweet!' },
['tomato'] = { label = 'Tomato', weight = 100, stack = true, close = true, client = { image = 'tomato.png' }, description = 'A fruit. Not a vegetable.' },
Last updated