Copy -- Food Truck - Ingredients
burgerpatty = { name = 'burgerpatty', label = 'Beef Patty', weight = 200, type = 'item', image = 'burgerpatty.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Premium beef patty for gourmet burgers' },
nori_sheets = { name = 'nori_sheets', label = 'Nori Seaweed Sheets', weight = 50, type = 'item', image = 'nori_sheets.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Dried seaweed sheets for Asian fusion dishes' },
rice = { name = 'rice', label = 'Rice', weight = 100, type = 'item', image = 'rice.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Clean Japanese rice' },
hot_sauce = { name = 'hot_sauce', label = 'Hot Sauce', weight = 100, type = 'item', image = 'hot_sauce.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Sweet and savory Japanese sauce' },
pickles = { name = 'pickles', label = 'Pickles', weight = 50, type = 'item', image = 'pickles.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Sweet and tangy pickle slices' },
chicken_wings_raw = { name = 'chicken_wings_raw', label = 'Raw Chicken Wings', weight = 300, type = 'item', image = 'chicken_wings_raw.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Fresh chicken wings ready to cook' },
salt = { name = 'salt', label = 'Salt', weight = 10, type = 'item', image = 'salt.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Coarse salt for seasoning' },
matcha = { name = 'matcha', label = 'Matcha Powder', weight = 50, type = 'item', image = 'matcha.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Premium Japanese green tea powder' },
lettuce = { name = 'lettuce', label = 'Lettuce', weight = 50, type = 'item', image = 'lettuce.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Fresh lettuce leaves' },
raw_sushi = { name = 'raw_sushi', label = 'Raw Sushi', weight = 200, type = 'item', image = 'raw_sushi.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Fresh sushi ingredients' },
dough = { name = 'dough', label = 'Dough', weight = 400, type = 'item', image = 'dough.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Clean dough ready for baking!' },
cooking_chocolate = { name = 'cooking_chocolate', label = 'Cooking Chocolate', weight = 400, type = 'item', image = 'cooking_chocolate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Chocolate filling for pastries' },
coffee_bean = { name = 'coffee_bean', label = 'Coffee Bean', weight = 400, type = 'item', image = 'coffee_bean.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fresh coffee beans for brewing' },
chickenbreast = { name = 'chickenbreast', label = 'Chicken Breast', weight = 250, type = 'item', image = 'chickenbreast.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Fresh chicken breast for cooking' },
burger_onion = { name = 'burger_onion', label = 'Onion', weight = 100, type = 'item', image = 'burger_onion.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Fresh onion for burgers' },
burger_icecream_empty = { name = 'burger_icecream_empty', label = 'Empty Cup', weight = 50, type = 'item', image = 'burger_icecream_empty.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Empty cup for drinks and desserts' },
frozennuggets = { name = 'frozennuggets', label = 'Frozen Nuggets', weight = 200, type = 'item', image = 'frozennuggets.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Frozen chicken nuggets ready to fry' },
sirloin_steak = { name = 'sirloin_steak', label = 'Raw Sirloin Steak', weight = 300, type = 'item', image = 'sirloin_steak.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Premium raw sirloin steak' },
slicedpotato = { name = 'slicedpotato', label = 'Sliced Potato', weight = 150, type = 'item', image = 'slicedpotato.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Freshly sliced potatoes ready to cook' },
tomato = { name = 'tomato', label = 'Tomato', weight = 500, type = 'item', image = 'tomato.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A fresh tomato, great for salads and sauces.' },
pepperoni = { name = 'pepperoni', label = 'Pepperoni', weight = 100, type = 'item', image = 'pepperoni.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Sliced pepperoni for pizzas' },
fish = { name = 'fish', label = 'Fish', weight = 1000, type = 'item', image = 'fish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Freshly caught fish.' },
beef = { name = 'beef', label = 'Beef', weight = 1000, type = 'item', image = 'beef.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Raw beef, great for cooking.' },
taco_shell = { name = 'taco_shell', label = 'Taco Shell', weight = 50, type = 'item', image = 'taco_shell.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Crispy taco shells ready to fill' },
rawhotdog = { name = 'rawhotdog', label = 'Raw Hot Dog', weight = 150, type = 'item', image = 'rawhotdog.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Raw hot dog sausage ready to cook' },
blueberry = { name = 'blueberry', label = 'Blueberry', weight = 50, type = 'item', image = 'blueberry.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'Fresh blueberries, perfect for baking or snacking.' },
milk = { name = 'milk', label = 'Milk', weight = 1000, type = 'item', image = 'milk.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fresh dairy product.' },
-- Wig Wam Food Truck - Finished Foods
ramen = { name = 'ramen', label = 'Tonkotsu Ramen', weight = 500, type = 'item', image = 'ramen.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Delicious tonkotsu ramen with wagyu and special toppings' },
teriyaki_wings = { name = 'teriyaki_wings', label = 'Teriyaki Glazed Wings', weight = 350, type = 'item', image = 'teriyaki_wings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy chicken wings glazed with teriyaki sauce' },
matcha_milkshake = { name = 'matcha_milkshake', label = 'Matcha Milkshake', weight = 400, type = 'item', image = 'matcha_milkshake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Creamy matcha and vanilla ice cream shake' },
tokyo_fusion_burger = { name = 'tokyo_fusion_burger', label = 'Tokyo Fusion Burger', weight = 550, type = 'item', image = 'tokyo_fusion_burger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Double wagyu patty with nori and special sauce' },
doublechicken_burger = { name = 'doublechicken_burger', label = 'Double Chicken Burger', weight = 500, type = 'item', image = 'doublechicken_burger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Double chicken patty burger with fresh toppings' },
sushi = { name = 'sushi', label = 'Assorted Sushi Platter', weight = 400, type = 'item', image = 'sushi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fresh assorted sushi rolls and nigiri'},
-- Bean Machine Food Truck - Finished Foods
muffin = { name = 'muffin', label = 'Chocolate Muffin', weight = 250, type = 'item', image = 'muffin.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Freshly baked chocolate chip muffin' },
croissant = { name = 'croissant', label = 'Butter Croissant', weight = 200, type = 'item', image = 'croissant.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Flaky buttery croissant with chocolate filling' },
bean_coffee2 = { name = 'bean_coffee2', label = 'Classic Bean Coffee', weight = 350, type = 'item', image = 'bean_coffee2.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Rich and smooth coffee made from premium beans' },
bean_carmalcoffee = { name = 'bean_carmalcoffee', label = 'Caramel Coffee', weight = 400, type = 'item', image = 'bean_carmalcoffee.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Sweet caramel-flavored coffee with a chocolate twist' },
-- Burgershot Food Truck - Finished Foods
burger_shotrings = { name = 'burger_shotrings', label = 'Shot Rings', weight = 200, type = 'item', image = 'burger_shotrings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy onion rings' },
burger_icecream = { name = 'burger_icecream', label = 'Ice Cream', weight = 300, type = 'item', image = 'burger_icecream.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Delicious ice cream' },
burger_heartstopper = { name = 'burger_heartstopper', label = 'Heart Stopper', weight = 700, type = 'item', image = 'burger_heartstopper.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Massive triple patty burger with all the fixings' },
burger_chickenwrap = { name = 'burger_chickenwrap', label = 'Chicken Wrap', weight = 400, type = 'item', image = 'burger_chickenwrap.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Grilled chicken wrap with fresh veggies' },
burger_bleeder = { name = 'burger_bleeder', label = 'Bleeder Burger', weight = 500, type = 'item', image = 'burger_bleeder.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Juicy double burger with cheese and toppings' },
burger_softdrink = { name = 'burger_softdrink', label = 'Soft Drink', weight = 350, type = 'item', image = 'burger_softdrink.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Refreshing soft drink' },
burger_rimjob = { name = 'burger_rimjob', label = 'Rim Job', weight = 500, type = 'item', image = 'burger_rimjob.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Special donut with unique toppings' },
burger_shotnuggets = { name = 'burger_shotnuggets', label = 'Shot Nuggets', weight = 250, type = 'item', image = 'burger_shotnuggets.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy nuggets' },
cone_chocolate = { name = 'cone_chocolate', label = 'Chocolate Ice Cream Cone', weight = 150, type = 'item', image = 'cone_chocolate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Delicious chocolate ice cream in a cone' },
cone_blueberry = { name = 'cone_blueberry', label = 'Blueberry Ice Cream Cone', weight = 150, type = 'item', image = 'cone_blueberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Sweet blueberry ice cream in a cone' },
chickenburger = { name = 'chickenburger', label = 'Chicken Burger', weight = 450, type = 'item', image = 'chickenburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Juicy chicken patty burger' },
chicken_breastsandwich = { name = 'chicken_breastsandwich', label = 'Chicken Breast Sandwich', weight = 400, type = 'item', image = 'chicken_breastsandwich.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Grilled chicken breast sandwich' },
cheeseburger = { name = 'cheeseburger', label = 'Cheeseburger', weight = 450, type = 'item', image = 'cheeseburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Classic cheeseburger with all toppings' },
bltsandwich = { name = 'bltsandwich', label = 'BLT Sandwich', weight = 350, type = 'item', image = 'bltsandwich.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Bacon, lettuce, and tomato sandwich' },
-- Cluckin' Bell Food Truck - Finished Foods
nuggets = { name = 'nuggets', label = 'Chicken Nuggets', weight = 250, type = 'item', image = 'nuggets.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy golden chicken nuggets' },
pickleburger = { name = 'pickleburger', label = 'Pickle Burger', weight = 450, type = 'item', image = 'pickleburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Burger with extra pickles and special sauce' },
burger_chickenmelt = { name = 'burger_chickenmelt', label = 'Chicken Melt', weight = 400, type = 'item', image = 'burger_chickenmelt.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Melted cheese chicken sandwich' },
wings = { name = 'wings', label = 'Chicken Wings', weight = 350, type = 'item', image = 'wings.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy chicken wings' },
-- Greasy Joes Food Truck - Finished Foods
bellini = { name = 'bellini', label = 'Bellini Cocktail', weight = 300, type = 'item', image = 'bellini.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Classic Italian sparkling cocktail' },
beerglass3 = { name = 'beerglass3', label = 'Cold Beer', weight = 350, type = 'item', image = 'beerglass3.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Ice cold beer in a glass' },
bacon_cheeseburger = { name = 'bacon_cheeseburger', label = 'Bacon Cheeseburger', weight = 550, type = 'item', image = 'bacon_cheeseburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Juicy burger with bacon and cheese' },
steak_potato = { name = 'steak_potato', label = 'Steak & Potato', weight = 650, type = 'item', image = 'steak_potato.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Grilled sirloin steak with roasted potatoes' },
sirloinsteak = { name = 'sirloinsteak', label = 'Sirloin Steak', weight = 500, type = 'item', image = 'sirloinsteak.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Perfectly grilled sirloin steak' },
steakburger = { name = 'steakburger', label = 'Steak Burger', weight = 600, type = 'item', image = 'steakburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Premium steak burger with toppings' },
-- Pizzeria Food Truck - Finished Foods
basket_fries = { name = 'basket_fries', label = 'Basket of Fries', weight = 300, type = 'item', image = 'basket_fries.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy golden fries in a basket' },
ppizza = { name = 'ppizza', label = 'Pepperoni Pizza', weight = 800, type = 'item', image = 'ppizza.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Classic pepperoni pizza with melted cheese' },
pmushroomspizza = { name = 'pmushroomspizza', label = 'Mushroom Pizza', weight = 800, type = 'item', image = 'pmushroomspizza.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Delicious mushroom pizza with fresh toppings' },
ppizzaslice = { name = 'ppizzaslice', label = 'Pizza Slice', weight = 150, type = 'item', image = 'ppizzaslice.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A single slice of pizza' },
pvegpizza = { name = 'pvegpizza', label = 'Vegetarian Pizza', weight = 800, type = 'item', image = 'pvegpizza.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fresh vegetarian pizza with corn, tomato, and mushrooms' },
wine_barbera = { name = 'wine_barbera', label = 'Barbera Wine', weight = 400, type = 'item', image = 'wine_barbera.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Italian Barbera red wine' },
wine_dolcetto = { name = 'wine_dolcetto', label = 'Dolcetto Wine', weight = 400, type = 'item', image = 'wine_dolcetto.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Italian Dolcetto red wine' },
-- Taco Farmer Food Truck - Finished Foods
burrito = { name = 'burrito', label = 'Burrito', weight = 500, type = 'item', image = 'burrito.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Large burrito filled with meat and vegetables' },
gin_and_tonic = { name = 'gin_and_tonic', label = 'Gin and Tonic', weight = 350, type = 'item', image = 'gin_and_tonic.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Classic gin and tonic cocktail' },
hotdog_taco = { name = 'hotdog_taco', label = 'Hot Dog Taco', weight = 300, type = 'item', image = 'hotdog_taco.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Hot dog served in a taco shell' },
sprite = { name = 'sprite', label = 'Sprite', weight = 350, type = 'item', image = 'sprite.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Refreshing lemon-lime soda' },
sprunk = { name = 'sprunk', label = 'Sprunk', weight = 350, type = 'item', image = 'sprunk.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Classic Sprunk soda' },
sprunklight = { name = 'sprunklight', label = 'Sprunk Light', weight = 350, type = 'item', image = 'sprunklight.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Light version of Sprunk soda' },
taco_beef = { name = 'taco_beef', label = 'Beef Taco', weight = 250, type = 'item', image = 'taco_beef.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crunchy taco with seasoned beef' },
taco_chicken = { name = 'taco_chicken', label = 'Chicken Taco', weight = 250, type = 'item', image = 'taco_chicken.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crunchy taco with grilled chicken' },
taco_fish = { name = 'taco_fish', label = 'Fish Taco', weight = 250, type = 'item', image = 'taco_fish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crunchy taco with fried fish' },
-- Snr Buns Food Truck - Finished Foods
cheese_fries = { name = 'cheese_fries', label = 'Cheese Fries', weight = 300, type = 'item', image = 'cheese_fries.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Crispy fries topped with melted cheese.' },
cheese_burger_fries = { name = 'cheese_burger_fries', label = 'Cheeseburger & Fries Combo', weight = 700, type = 'item', image = 'cheese_burger_fries.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Cheeseburger served with a side of fries.' },
tripleburger = { name = 'tripleburger', label = 'Triple Burger', weight = 800, type = 'item', image = 'tripleburger.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Triple patty cheeseburger with all the fixings.' },
-- Bean Machine Additions
cheesecake = { name = 'cheesecake', label = 'Cheesecake', weight = 400, type = 'item', image = 'cheesecake.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A rich and creamy cheesecake dessert.' },
cb_donut = { name = 'cb_donut', label = 'Chocolate Donut', weight = 150, type = 'item', image = 'cb_donut.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A white milk donut topped with chocolate.' },
cremecaramel = { name = 'cremecaramel', label = 'Crème Caramel', weight = 350, type = 'item', image = 'cremecaramel.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A smooth and creamy caramel custard dessert.' },
cake_chocolate = { name = 'cake_chocolate', label = 'Chocolate Cake', weight = 500, type = 'item', image = 'cake_chocolate.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A moist and decadent chocolate cake.' },
cakepop = { name = 'cakepop', label = 'Cake Pop', weight = 100, type = 'item', image = 'cakepop.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A sweet cake pop treat on a stick.' },
blueberry_pie = { name = 'blueberry_pie', label = 'Blueberry Pie', weight = 450, type = 'item', image = 'blueberry_pie.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A delicious pie filled with fresh blueberries.' },
brownies = { name = 'brownies', label = 'Brownies', weight = 300, type = 'item', image = 'brownies.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fudgy chocolate brownies.' },
baquette = { name = 'baquette', label = 'Baguette', weight = 250, type = 'item', image = 'baquette.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A classic French baguette.' },