Items - QB

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

-- Up-n-Atom
atomfries               = { name = 'atomfries',                 label = 'Atom Fries',                   weight = 200,   type = 'item', image = 'atomfries.png',             unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature french fries' },
atompoppers             = { name = 'atompoppers',               label = 'Atom Poppers',                 weight = 200,   type = 'item', image = 'atompoppers.png',           unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature jalapeno poppers' },
baconatomic             = { name = 'baconatomic',               label = 'Bacon Atomic',                 weight = 500,   type = 'item', image = 'baconatomic.png',           unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature bacon decuple cheeseburger' },
chickenatomic           = { name = 'chickenatomic',             label = 'Chicken Atomic',               weight = 500,   type = 'item', image = 'chickenatomic.png',         unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature chicken burger' },
doubleatomic            = { name = 'doubleatomic',              label = 'Double Atomic',                weight = 500,   type = 'item', image = 'doubleatomic.png',          unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature double cheeseburger' },
ecolacup                = { name = 'ecolacup',                  label = 'eCola Cup',                    weight = 200,   type = 'item', image = 'ecolacup.png',              unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms large eCola drink' },
icyasteroid             = { name = 'icyasteroid',               label = 'Icy Asteroid',                 weight = 200,   type = 'item', image = 'icyasteroid.png',           unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature ice cream dessert' },
rocketfuel              = { name = 'rocketfuel',                label = 'Rocket Fuel',                  weight = 200,   type = 'item', image = 'rocketfuel.png',            unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature energy drink' },
slushy                  = { name = 'slushy',                    label = 'Slushy',                       weight = 500,   type = 'item', image = 'slushy.png',                unique = false, useable = true,     shouldClose = true,     description = 'Fruity slush drink' },
spacenuggets            = { name = 'spacenuggets',              label = 'Space Nuggets',                weight = 200,   type = 'item', image = 'spacenuggets.png',          unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature chicken nuggets' },
tripleatomic            = { name = 'tripleatomic',              label = 'Triple Atomic',                weight = 500,   type = 'item', image = 'tripleatomic.png',          unique = false, useable = true,     shouldClose = true,     description = 'Up-n-Atoms signature triple cheeseburger' },
upnatommenu             = { name = 'upnatommenu',               label = 'Up-n-Atom Menu',               weight = 100,   type = 'item', image = 'menu.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Menu for the Up-n-Atom chain' },

-- Farming
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' },
cheddar                 = { name = 'cheddar',                   label = 'Cheddar Slice',                weight = 100,   type = 'item', image = 'cheddar.png',               unique = false, useable = true,     shouldClose = true,     description = 'Slice of Cheese' },
chicken                 = { name = 'chicken',                   label = 'Chicken',                      weight = 500,   type = 'item', image = 'chicken.png',               unique = false, useable = false,    shouldClose = false,    description = 'A raw chicken' },
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!' },
pepper                  = { name = 'pepper',                    label = 'Pepper',                       weight = 100,   type = 'item', image = 'pepper.png',                unique = false, useable = true,     shouldClose = true,     description = 'Surprisingly good raw!' },
potato                  = { name = 'potato',                    label = 'Potato',                       weight = 100,   type = 'item', image = 'potato.png',                unique = false, useable = true,     shouldClose = true,     description = 'An Irish staple' },
strawberry              = { name = 'strawberry',                label = 'Strawberry',                   weight = 100,   type = 'item', image = 'strawberry.png',            unique = false, useable = true,     shouldClose = true,     description = 'Technically not a berry' },
tomato                  = { name = 'tomato',                    label = 'Tomato',                       weight = 100,   type = 'item', image = 'tomato.png',                unique = false, useable = true,     shouldClose = true,     description = 'A fruit. Not a vegetable.' },

-- Soft Drinks
coffee                  = { name = 'coffee',                    label = 'Coffee',                       weight = 200,   type = 'item', image = 'coffee.png',                unique = false, useable = true,     shouldClose = true,     description = 'Pump 4 Caffeine' },
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!' },

Last updated