Items - QB

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

-- Bean Machine
centillionaire          = { name = 'centillionaire',            label = 'Centillionaire Shortbread',    weight = 500,   type = 'item', image = 'centillionaire.png',        unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine rich caramel shortbread' },
coldcatalyst            = { name = 'coldcatalyst',              label = 'Cold Catalyst',                weight = 500,   type = 'item', image = 'coldcatalyst.png',          unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine catalysing cold coffee' },
cookiecrumbles          = { name = 'cookiecrumbles',            label = 'Cookie Crumbles',              weight = 500,   type = 'item', image = 'cookiecrumbles.png',        unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine cookies and cream coffee' },
cremefatale             = { name = 'cremefatale',               label = 'Crème Fatale',                 weight = 500,   type = 'item', image = 'cremefatale.png',           unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine creamy frappuccino' },
dejabrew                = { name = 'dejabrew',                  label = 'Déjà Brew',                    weight = 500,   type = 'item', image = 'dejabrew.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine Kopi Luwak Mochaccino' },
expresso                = { name = 'expresso',                  label = 'Ex-presso',                    weight = 500,   type = 'item', image = 'expresso.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine Americano' },
frostedcronut           = { name = 'frostedcronut',             label = 'Frosted Cronut',               weight = 500,   type = 'item', image = 'frostedcronut.png',         unique = true,  useable = true,     shouldClose = true,     description = 'The secret is in the frosting!' },
greendream              = { name = 'greendream',                label = 'Green Dream',                  weight = 500,   type = 'item', image = 'greendream.png',            unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine vegan wrap' },
jackolatte              = { name = 'jackolatte',                label = 'Jack O Latte',                 weight = 500,   type = 'item', image = 'jackolatte.png',            unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine Pumpkin Spiced Latte' },
knotbread               = { name = 'knotbread',                 label = 'Knot Bread',                   weight = 500,   type = 'item', image = 'knotbread.png',             unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine giant pretzel' },
licencetochill          = { name = 'licencetochill',            label = 'Licence to Chill',             weight = 500,   type = 'item', image = 'licensetochill.png',        unique = true,  useable = true,     shouldClose = true,     description = 'Problem solver? More of a problem eliminator' },
mocharyofjustice        = { name = 'mocharyofjustice',          label = 'Mochary of Justice',           weight = 500,   type = 'item', image = 'mocharyofjustice.png',      unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine Mochaccino' },
quickchill              = { name = 'quickchill',                label = 'Quick Chill',                  weight = 500,   type = 'item', image = 'quickchill.png',            unique = true,  useable = true,     shouldClose = true,     description = 'Live, laugh, love!' },
shotdown                = { name = 'shotdown',                  label = 'Shot Down',                    weight = 500,   type = 'item', image = 'shotdown.png',              unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine Espresso' },
shotinthedark           = { name = 'shotinthedark',             label = 'Shot in the Dark',             weight = 500,   type = 'item', image = 'shotinthedark.png',         unique = true,  useable = true,     shouldClose = true,     description = 'Bean Machines premium Kopi Luwak Espresso' },
sinnerman               = { name = 'sinnerman',                 label = 'The Sinnerman',                weight = 500,   type = 'item', image = 'sinnerman.png',             unique = true,  useable = true,     shouldClose = true,     description = 'Bean Machines festive cinnamon beverage' },
sweetkiss               = { name = 'sweetkiss',                 label = 'Sweet Kiss',                   weight = 500,   type = 'item', image = 'sweetkiss.png',             unique = true,  useable = true,     shouldClose = true,     description = 'Extra sweet peach and orange slushy' },
tickingtimebomb         = { name = 'tickingtimebomb',           label = 'Ticking Time Bomb',            weight = 500,   type = 'item', image = 'tickingtimebomb.png',       unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine coffee in a cone' },
youdoyuzu               = { name = 'youdoyuzu',                 label = 'You Do Yuzu',                  weight = 500,   type = 'item', image = 'youdoyuzu.png',             unique = true,  useable = true,     shouldClose = true,     description = 'Signature Bean Machine yuzu slushy' },
beanmachinemenu         = { name = 'beanmachinemenu',           label = 'Bean Machine Menu',            weight = 100,   type = 'item', image = 'menu.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Menu for Bean Machine' },

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

-- Farming
blueberry               = { name = 'blueberry',                 label = 'Blueberry',                    weight = 100,   type = 'item', image = 'blueberry.png',             unique = false, useable = true,     shouldClose = true,     description = 'Technically not a berry' },
cinnamon                = { name = 'cinnamon',                  label = 'Cinnamon',                     weight = 100,   type = 'item', image = 'cinnamon.png',              unique = false, useable = false,    shouldClose = false,    description = 'A festive scent' },
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' },
lemon                   = { name = 'lemon',                     label = 'Lemon',                        weight = 100,   type = 'item', image = 'lemon.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Citrusy delight' },
lime                    = { name = 'lime',                      label = 'Lime',                         weight = 100,   type = 'item', image = 'lime.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Goes well with Tequila!' },
milk                    = { name = 'milk',                      label = 'Milk',                         weight = 300,   type = 'item', image = 'milk.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Glass bottle of milk!' },
mint                    = { name = 'mint',                      label = 'Mint',                         weight = 100,   type = 'item', image = 'mint.png',                  unique = false, useable = false,    shouldClose = false,    description = 'Peppermint? Spearmint? Who knows!' },
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!' },
pumpkin                 = { name = 'pumpkin',                   label = 'Pumpkin',                      weight = 100,   type = 'item', image = 'pumpkin.png',               unique = false, useable = true,     shouldClose = true,     description = 'Spooky!' },
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!' },
yuzu                    = { name = 'yuzu',                      label = 'Yuzu',                         weight = 100,   type = 'item', image = 'yuzu.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Japanese citrus fruit that resembles a small grapefruit' },

Last updated