Items - QB

Add these into your items list e.g. qb-core/shared/items.lua

-- Pizza This
calamari                = { name = 'calamari',                  label = 'Calamari',                     weight = 100,   type = 'item', image = 'calamari.png',              unique = false, useable = false,    shouldClose = false,    description = 'Fresh rings of Squid' },
calamarimarinara        = { name = 'calamarimarinara',          label = 'Calamari Marinara',            weight = 500,   type = 'item', image = 'calamarimarinara.png',      unique = true,  useable = true,     shouldClose = true,     description = 'Linguine pasta with squid in a tomato sauce' },
calzone                 = { name = 'calzone',                   label = 'Calzone',                      weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian oven-baked turnover with garlic, tomato, and ham' },
calzoneslice            = { name = 'calzoneslice',              label = 'Slice of Calzone',             weight = 250,   type = 'item', image = 'calzoneslice.png',          unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Calzone' },
capricciosapizza        = { name = 'capricciosapizza',          label = 'Pizza Capricciosa',            weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian pizza with ham, mushrooms, and olives' },
capricciosaslice        = { name = 'capricciosaslice',          label = 'Slice of Capricciosa',         weight = 250,   type = 'item', image = 'capricciosaslice.png',      unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Pizza Capricciosa' },
chocolategelato         = { name = 'chocolategelato',           label = 'Chocolate Gelato',             weight = 300,   type = 'item', image = 'chocolategelato.png',       unique = true,  useable = true,     shouldClose = true,     description = 'Italian-style chocolate ice cream' },
chocolatetruffles       = { name = 'chocolatetruffles',         label = 'Chocolate Truffles',           weight = 300,   type = 'item', image = 'chocolatetruffles.png',     unique = true,  useable = true,     shouldClose = true,     description = 'French chocolate ganache coated in cocoa powder' },
clam                    = { name = 'clam',                      label = 'Clam',                         weight = 200,   type = 'item', image = 'clam.png',                  unique = false, useable = false,    shouldClose = false,    description = 'Important part of the oceans food chain' },
diavolapizza            = { name = 'diavolapizza',              label = 'Pizza Diavola',                weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian pizza with hot salami, mozzarella, and basil' },
diavolaslice            = { name = 'diavolaslice',              label = 'Slice of Diavola',             weight = 250,   type = 'item', image = 'diavolaslice.png',          unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Pizza Diavola' },
freshfruit              = { name = 'freshfruit',                label = 'Fresh Fruit',                  weight = 300,   type = 'item', image = 'freshfruit.png',            unique = true,  useable = true,     shouldClose = true,     description = 'Selection of mixed fresh fruit' },
garlicbread             = { name = 'garlicbread',               label = 'Garlic Bread',                 weight = 300,   type = 'item', image = 'garlicbread.png',           unique = true,  useable = true,     shouldClose = true,     description = 'Sliced bread with a garlic spread' },
margheritapizza         = { name = 'margheritapizza',           label = 'Pizza Margherita',             weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian pizza with tomato, mozzarella, and basil' },
margheritaslice         = { name = 'margheritaslice',           label = 'Slice of Margherita',          weight = 250,   type = 'item', image = 'margheritaslice.png',       unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Pizza Margherita' },
marinarapizza           = { name = 'marinarapizza',             label = 'Pizza alla Marinara',          weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian pizza with tomato, mozzarella, and basil' },
marinaraslice           = { name = 'marinaraslice',             label = 'Slice of Marinara',            weight = 250,   type = 'item', image = 'marinaraslice.png',         unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Pizza alla Marinara' },
panettone               = { name = 'panettone',                 label = 'Panettone',                    weight = 300,   type = 'item', image = 'panettone.png',             unique = true,  useable = true,     shouldClose = true,     description = 'Italian-style festive fruitcake' },
pasta                   = { name = 'pasta',                     label = 'Pasta',                        weight = 100,   type = 'item', image = 'pasta.png',                 unique = false, useable = false,    shouldClose = false,    description = 'Sack of uncooked pasta' },
pastafagioli            = { name = 'pastafagioli',              label = 'Pasta Fagioli',                weight = 500,   type = 'item', image = 'pastafagioli.png',          unique = true,  useable = true,     shouldClose = true,     description = 'Macaroni pasta soup, often known as Pasta Fasul/Fazool' },
pastapescatore          = { name = 'pastapescatore',            label = 'Pasta Pescatore',              weight = 500,   type = 'item', image = 'pastapescatore.png',        unique = true,  useable = true,     shouldClose = true,     description = 'Spaghetti pasta with squid and clams in a tomato sauce' },
penneallavodka          = { name = 'penneallavodka',            label = 'Penne alla Vodka',             weight = 500,   type = 'item', image = 'penneallavodka.png',        unique = true,  useable = true,     shouldClose = true,     description = 'Penne pasta made with vodka in a tomato sauce' },
pizzabase               = { name = 'pizzabase',                 label = 'Pizza Base',                   weight = 200,   type = 'item', image = 'pizzabase.png',             unique = false, useable = false,    shouldClose = false,    description = 'Dough and tomato base for pizza' },
pizzadough              = { name = 'pizzadough',                label = 'Pizza Dough',                  weight = 200,   type = 'item', image = 'pizzadough.png',            unique = false, useable = false,    shouldClose = false,    description = 'Kneaded dough for pizza' },
prosciuttopizza         = { name = 'prosciuttopizza',           label = 'Pizza Prosciutto e Funghi',    weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian pizza with mozzarella, thin ham, and mushrooms' },
prosciuttoslice         = { name = 'prosciuttoslice',           label = 'Slice of Prosciutto',          weight = 250,   type = 'item', image = 'prosciuttoslice.png',       unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Pizza Prosciutto e Funghi' },
spaghettibolognese      = { name = 'spaghettibolognese',        label = 'Spaghetti Bolognese',          weight = 500,   type = 'item', image = 'spaghettibolognese.png',    unique = true,  useable = true,     shouldClose = true,     description = 'Spaghetti pasta with meat in a tomato sauce' },
spaghetticarbonara      = { name = 'spaghetticarbonara',        label = 'Spaghetti Carbonara',          weight = 500,   type = 'item', image = 'spaghetticarbonara.png',    unique = true,  useable = true,     shouldClose = true,     description = 'Spaghetti pasta with meat in a cheese sauce' },
spaghettimeatballs      = { name = 'spaghettimeatballs',        label = 'Spaghetti Meatballs',          weight = 500,   type = 'item', image = 'spaghettimeatballs.png',    unique = true,  useable = true,     shouldClose = true,     description = 'Spaghetti pasta with meatballs in a tomato sauce' },
tiramisu                = { name = 'tiramisu',                  label = 'Tiramisu',                     weight = 300,   type = 'item', image = 'tiramisu.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Italian-style chocolatey coffee dessert' },
vegetarianapizza        = { name = 'vegetarianapizza',          label = 'Pizza Vegetariana',            weight = 1000,  type = 'item', image = 'pizzabox.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Vegetarian Italian pizza with mozzarella, peppers, and olives' },
vegetarianaslice        = { name = 'vegetarianaslice',          label = 'Slice of Vegetariana',         weight = 250,   type = 'item', image = 'vegetarianaslice.png',      unique = true,  useable = true,     shouldClose = true,     description = 'A slice of Pizza Vegetariana' },
pizzathismenu           = { name = 'pizzathismenu',             label = 'Pizza This Menu',              weight = 100,   type = 'item', image = 'menu.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Menu for the Pizza This pizzeria' },

-- Soft Drinks
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!' },

-- Alcohol
ambeer                  = { name = 'ambeer',                    label = 'AM Beer',                      weight = 200,   type = 'item', image = 'ambeer.png',                unique = false, useable = true,     shouldClose = true,     description = 'A.M. branded beer' },
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!' },
duschegold              = { name = 'duschegold',                label = 'Dusche Gold',                  weight = 200,   type = 'item', image = 'duschegold.png',            unique = false, useable = true,     shouldClose = true,     description = 'Dusche Gold branded beer' },
logger                  = { name = 'logger',                    label = 'Logger Beer',                  weight = 200,   type = 'item', image = 'logger.png',                unique = false, useable = true,     shouldClose = true,     description = 'Logger branded beer' },
pisswasser              = { name = 'pisswasser',                label = 'Pißwasser',                    weight = 200,   type = 'item', image = 'pisswasser.png',            unique = false, useable = true,     shouldClose = true,     description = 'Pißwasser branded beer' },
pisswasserpaleale       = { name = 'pisswasserpaleale',         label = 'Pißwasser Pale Ale',           weight = 200,   type = 'item', image = 'pisswasserpaleale.png',     unique = false, useable = true,     shouldClose = true,     description = 'Pißwasser branded pale ale' },
pisswasserstout         = { name = 'pisswasserstout',           label = 'Pißwasser Stout',              weight = 200,   type = 'item', image = 'pisswasserstout.png',       unique = false, useable = true,     shouldClose = true,     description = 'Pißwasser branded stout beer' },
vodka                   = { name = 'vodka',                     label = 'Vodka',                        weight = 200,   type = 'item', image = 'vodka.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Russian staple drink' },

-- Farming
basil                   = { name = 'basil',                     label = 'Basil',                        weight = 100,   type = 'item', image = 'basil.png',                 unique = false, useable = false,    shouldClose = false,    description = 'A great seasoning!' },
beef                    = { name = 'beef',                      label = 'Beef',                         weight = 500,   type = 'item', image = 'beef.png',                  unique = false, useable = false,    shouldClose = false,    description = 'A slab of raw beef' },
bread                   = { name = 'bread',                     label = 'Bread',                        weight = 200,   type = 'item', image = 'bread.png',                 unique = false, useable = true,     shouldClose = true,     description = 'The staple of humanity' },
cocoabean               = { name = 'cocoabean',                 label = 'Cocoa Bean',                   weight = 100,   type = 'item', image = 'cocoabean.png',             unique = false, useable = false,    shouldClose = false,    description = 'Signature ingredient of chocolate' },
coffeebean              = { name = 'coffeebean',                label = 'Coffee Beans',                 weight = 100,   type = 'item', image = 'coffeebean.png',            unique = false, useable = false,    shouldClose = false,    description = 'Signature ingredient of coffee' },
egg                     = { name = 'egg',                       label = 'Egg',                          weight = 100,   type = 'item', image = 'egg.png',                   unique = false, useable = false,    shouldClose = false,    description = 'Free range of course!' },
flour                   = { name = 'flour',                     label = 'Flour',                        weight = 100,   type = 'item', image = 'flour.png',                 unique = false, useable = false,    shouldClose = false,    description = 'Milled powder from collected grain' },
garlic                  = { name = 'garlic',                    label = 'Garlic',                       weight = 100,   type = 'item', image = 'garlic.png',                unique = false, useable = false,    shouldClose = false,    description = 'Not the favourite of Vampires' },
ham                     = { name = 'ham',                       label = 'Ham',                          weight = 100,   type = 'item', image = 'ham.png',                   unique = false, useable = true,     shouldClose = true,     description = 'Freshly sliced ham' },
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!' },
mozzarella              = { name = 'mozzarella',                label = 'Mozzarella',                   weight = 100,   type = 'item', image = 'mozzarella.png',            unique = false, useable = false,    shouldClose = false,    description = 'Made from Italian Buffalo milk' },
mushroom                = { name = 'mushroom',                  label = 'Mushroom',                     weight = 100,   type = 'item', image = 'mushroom.png',              unique = false, useable = true,     shouldClose = true,     description = 'What a fun guy!' },
olives                  = { name = 'olives',                    label = 'Olives',                       weight = 100,   type = 'item', image = 'olives.png',                unique = false, useable = true,     shouldClose = true,     description = 'Not for everyone..' },
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' },
orange                  = { name = 'orange',                    label = 'Orange',                       weight = 100,   type = 'item', image = 'orange.png',                unique = false, useable = true,     shouldClose = true,     description = 'What came first - the fruit or the colour?' },
peach                   = { name = 'peach',                     label = 'Peach',                        weight = 100,   type = 'item', image = 'peach.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Peachy Keen!' },
pepper                  = { name = 'pepper',                    label = 'Pepper',                       weight = 100,   type = 'item', image = 'pepper.png',                unique = false, useable = true,     shouldClose = true,     description = 'Surprisingly good raw!' },
salami                  = { name = 'salami',                    label = 'Salami',                       weight = 100,   type = 'item', image = 'salami.png',                unique = false, useable = true,     shouldClose = true,     description = 'Thats some spicy sausage!' },
strawberry              = { name = 'strawberry',                label = 'Strawberry',                   weight = 100,   type = 'item', image = 'strawberry.png',            unique = false, useable = true,     shouldClose = true,     description = 'Technically not a berry' },
sugar                   = { name = 'sugar',                     label = 'Sugar',                        weight = 100,   type = 'item', image = 'sugar.png',                 unique = false, useable = false,    shouldClose = false,    description = 'Something sweet!' },
tomato                  = { name = 'tomato',                    label = 'Tomato',                       weight = 100,   type = 'item', image = 'tomato.png',                unique = false, useable = true,     shouldClose = true,     description = 'A fruit. Not a vegetable.' },

Last updated