📙
SW-Scripts - FiveM
  • 👋Introduction
  • Scripts
    • 🐝Beekeeping
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸšēBike Rental
      • Changelog
    • ðŸīConsumables
      • Changelog
    • ðŸ“ĶDelivery Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĪŋDiving
      • Items - QB
      • Items - OX
      • Changelog
    • ðŸŒŋDrugs
      • Items - QB
      • Items - OX
      • Shops
      • Changelog
    • ðŸ“ĐElection
      • SQL
      • Changelog
    • 🐄Farming
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Fishing
      • Items - QB
      • Items - OX
      • Dispatch
      • Changelog
    • 👷Garbage Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸŠĶGrave Robbery
      • Items - QB
      • Items - OX
      • Shops
      • Dispatch
      • Changelog
    • 🎃Halloween
      • Items - QB
      • Items - OX
      • Changelog
    • ðŸđHunting
      • Items - QB
      • Items - OX
      • Inventory
      • Changelog
    • ðŸŠĻMining
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 💊Oxy Runs
      • Items - QB
      • Items - OX
      • Changelog
    • 🔧Scrapyard
      • Items - QB
      • Items - OX
      • Changelog
    • 🌍Treasure Hunting
      • Items - QB
      • Items - OX
      • Shops
      • SQL
      • Changelog
    • 🍷Vineyard
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
  • Business Scripts
    • ðŸđBahama Mamas
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ☕Bean Machine
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸ”ĨBlack Lantern
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔BurgerShot
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸąCat Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌟Galaxy Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐔Hen House
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Hornys Burger
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Koi Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🚂Last Train
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌕Nocturnal Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Pearls Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍕Pizza This
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĶĒPond Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĶPops Diner
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸļTequi-La-La
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Up-N-Atom
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ðŸĶ„Vanilla Unicorn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍚Yellowjack Inn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
Powered by GitBook
On this page
  1. Business Scripts
  2. Pond Cafe

Items - QB

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

-- Pond Cafe
bltsandwich             = { name = 'bltsandwich',               label = 'BLT Sandwich',                 weight = 200,   type = 'item', image = 'bltsandwich.png',           unique = false, useable = true,     shouldClose = true,     description = 'Juicy tomatoes, smoked bacon and mixed salad served on malted bread' },
blueberrycupcake        = { name = 'blueberrycupcake',          label = 'Blueberry Cupcake',            weight = 200,   type = 'item', image = 'blueberrycupcake.png',      unique = false, useable = true,     shouldClose = true,     description = 'Freshly made chocolate cupcake adorned with blueberry icing' },
carrotcake              = { name = 'carrotcake',                label = 'Carrot Cake',                  weight = 200,   type = 'item', image = 'carrotcake.png',            unique = false, useable = true,     shouldClose = true,     description = 'Cake that contains carrots mixed into the batter' },
cheesehamsandwich       = { name = 'cheesehamsandwich',         label = 'Cheese and Ham Sandwich',      weight = 200,   type = 'item', image = 'cheesehamsandwich.png',     unique = false, useable = true,     shouldClose = true,     description = 'Cured ham and sliced mature cheddar cheese on malted bread' },
chickensaladsandwich    = { name = 'chickensaladsandwich',      label = 'Chicken Salad Sandwich',       weight = 200,   type = 'item', image = 'chickensaladsandwich.png',  unique = false, useable = true,     shouldClose = true,     description = 'Chicken breast with mayo and mixed salad on malted bread' },
chocolatecupcake        = { name = 'chocolatecupcake',          label = 'Chocolate Cupcake',            weight = 200,   type = 'item', image = 'chocolatecupcake.png',      unique = false, useable = true,     shouldClose = true,     description = 'Freshly made chocolate cupcake adorned with chocolate icing' },
cookedsalmon            = { name = 'cookedsalmon',              label = 'Cooked Salmon',                weight = 100,   type = 'item', image = 'cookedsalmon.png',          unique = false, useable = false,    shouldClose = false,    description = 'No longer jumping upstream' },
eggmayosandwich         = { name = 'eggmayosandwich',           label = 'Egg Mayo Sandwich',            weight = 200,   type = 'item', image = 'eggmayosandwich.png',       unique = false, useable = true,     shouldClose = true,     description = 'Free-range egg mayo and fresh cress on malted bread' },
hamsaladsandwich        = { name = 'hamsaladsandwich',          label = 'Ham Salad Sandwich',           weight = 200,   type = 'item', image = 'hamsaladsandwich.png',      unique = false, useable = true,     shouldClose = true,     description = 'Cured ham and mixed salad leaves on malted bread' },
salmonsandwich          = { name = 'salmonsandwich',            label = 'Salmon Sandwich',              weight = 200,   type = 'item', image = 'salmonsandwich.png',        unique = false, useable = true,     shouldClose = true,     description = 'Smoked salmon with a squeeze of lemon juice on malted bread' },
strawberrycupcake       = { name = 'strawberrycupcake',         label = 'Strawberry Cupcake',           weight = 200,   type = 'item', image = 'strawberrycupcake.png',     unique = false, useable = true,     shouldClose = true,     description = 'Freshly made chocolate cupcake adorned with strawberry icing' },
pondcafemenu            = { name = 'pondcafemenu',              label = 'Pond Cafe Menu',               weight = 100,   type = 'item', image = 'menu.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Menu for the Pond Cafe' },

-- Farming
bacon                   = { name = 'bacon',                     label = 'Bacon',                        weight = 100,   type = 'item', image = 'bacon.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Little slice of Kevin' },
blueberry               = { name = 'blueberry',                 label = 'Blueberry',                    weight = 100,   type = 'item', image = 'blueberry.png',             unique = false, useable = true,     shouldClose = true,     description = 'Technically not a berry' },
bread                   = { name = 'bread',                     label = 'Bread',                        weight = 200,   type = 'item', image = 'bread.png',                 unique = false, useable = true,     shouldClose = true,     description = 'The staple of humanity' },
carrot                  = { name = 'carrot',                    label = 'Carrot',                       weight = 100,   type = 'item', image = 'carrot.png',                unique = false, useable = true,     shouldClose = true,     description = 'Whats up, Doc?' },
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' },
chickenbreast           = { name = 'chickenbreast',             label = 'Chicken Breast',               weight = 100,   type = 'item', image = 'chickenbreast.png',         unique = false, useable = false,    shouldClose = false,    description = 'A cooked chicken breast' },
cocoabean               = { name = 'cocoabean',                 label = 'Cocoa Bean',                   weight = 100,   type = 'item', image = 'cocoabean.png',             unique = false, useable = false,    shouldClose = false,    description = 'Signature ingredient of chocolate' },
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' },
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' },
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.' },

-- Fishing
salmon                  = { name = 'salmon',                    label = 'Salmon',                       weight = 1000,  type = 'item', image = 'salmon.png',                unique = true,  useable = false,    shouldClose = true,     description = 'A freshwater river salmon!' },

-- 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' },
PreviousPond CafeNextItems - OX

Last updated 16 hours ago

ðŸĶĒ