Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Koi Seafood
['bakedcarp'] = { label = 'Baked Carp', weight = 500, stack = true, close = true, client = { image = 'bakedcarp.png' }, description = 'Baked Carp in a creamy white wine sauce' },
['bakedsmallmouthbass'] = { label = 'Baked Smallmouth Bass', weight = 500, stack = true, close = true, client = { image = 'bakedsmallmouthbass.png' }, description = 'Smallmouth Bass baked with onions' },
['basstraybake'] = { label = 'Bass Traybake', weight = 500, stack = true, close = true, client = { image = 'basstraybake.png' }, description = 'Largemouth Bass served with peppers and tomatoes' },
['beerpike'] = { label = 'Beer-Battered Pike', weight = 500, stack = true, close = true, client = { image = 'beerpike.png' }, description = 'Northern Pike in a light beer batter' },
['citrusbullhead'] = { label = 'Citrus Bullhead', weight = 500, stack = true, close = true, client = { image = 'citrusbullhead.png' }, description = 'Bullhead Catfish with Citrus Salsa' },
['clamchowder'] = { label = 'Clam Chowder', weight = 500, stack = true, close = true, client = { image = 'clamchowder.png' }, description = 'Clams in a rich and creamy soup' },
['crabcakes'] = { label = 'Crab Cakes', weight = 500, stack = true, close = true, client = { image = 'crabcakes.png' }, description = 'Creamy breaded crab pieces' },
['flounderpiccata'] = { label = 'Flounder Piccata', weight = 500, stack = true, close = true, client = { image = 'flounderpiccata.png' }, description = 'Flounder in a thick creamy sauce' },
['fruitkebab'] = { label = 'Fruit Kebab', weight = 500, stack = true, close = true, client = { image = 'fruitkebab.png' }, description = 'Refreshing skewered fruit' },
['keylimepie'] = { label = 'Key Lime Pie', weight = 500, stack = true, close = true, client = { image = 'keylimepie.png' }, description = 'Zesty pie dessert with a crunchy biscuity base' },
['lemoncod'] = { label = 'Lemon Cod', weight = 500, stack = true, close = true, client = { image = 'lemoncod.png' }, description = 'Cod served with lemon and olives' },
['lemonpudding'] = { label = 'Lemon Pudding Cake', weight = 500, stack = true, close = true, client = { image = 'lemonpudding.png' }, description = 'A favourite sweet dessert' },
['mackerelmojo'] = { label = 'Mackerel Mojo', weight = 500, stack = true, close = true, client = { image = 'mackerelmojo.png' }, description = 'Grilled Mackerel complemented by lime and orange' },
['musselsclams'] = { label = 'Mussels & Clams', weight = 500, stack = true, close = true, client = { image = 'musselsclams.png' }, description = 'Combination of freshly caught shellfish' },
['makiroll'] = { label = 'Maki Rolls', weight = 500, stack = true, close = true, client = { image = 'makiroll.png' }, description = 'Rice and raw fish served in a seaweed wrapping' },
['minttrout'] = { label = 'Steamed Mint Trout', weight = 500, stack = true, close = true, client = { image = 'minttrout.png' }, description = 'Rainbow Trout steamed, with a mint sauce' },
['nigiri'] = { label = 'Nigiri', weight = 500, stack = true, close = true, client = { image = 'nigiri.png' }, description = 'Raw fish served atop sushi rice' },
['rice'] = { label = 'Rice Bowl', weight = 100, stack = true, close = true, client = { image = 'rice.png' }, description = 'A bowl of sticky rice' },
['roastbream'] = { label = 'Roast Bream', weight = 500, stack = true, close = true, client = { image = 'roastbream.png' }, description = 'Roast Bream with potatoes & olives' },
['sashimi'] = { label = 'Sashimi', weight = 500, stack = true, close = true, client = { image = 'sashimi.png' }, description = 'Raw fish sushi served alone' },
['smokedchub'] = { label = 'Smoked Chub', weight = 500, stack = true, close = true, client = { image = 'smokedchub.png' }, description = 'Smoked Chub accompanied by onions in a citric sauce' },
['steamedcrab'] = { label = 'Steamed Crab', weight = 500, stack = true, close = true, client = { image = 'steamedcrab.png' }, description = 'Freshly caught crab steamed to perfection!' },
['strawberrysorbet'] = { label = 'Strawberry Sorbet', weight = 500, stack = true, close = true, client = { image = 'strawberrysorbet.png' }, description = 'Frozen ice combined with strawberry fruit juice' },
['sturgeonsoup'] = { label = 'Sturgeon Soup', weight = 500, stack = true, close = true, client = { image = 'sturgeonsoup.png' }, description = 'Healthy blend of veg with hot sturgeon' },
['surfnturf'] = { label = 'Surf n Turf', weight = 500, stack = true, close = true, client = { image = 'surfnturf.png' }, description = 'Main meal combining seafood and red meat' },
['temaki'] = { label = 'Temaki', weight = 500, stack = true, close = true, client = { image = 'temaki.png' }, description = 'Sushi wrapped in a seaweed cone' },
['uramaki'] = { label = 'Uramaki', weight = 500, stack = true, close = true, client = { image = 'uramaki.png' }, description = 'Seaweed wraps the raw filling with rice surrounding' },
['koimenu'] = { label = 'Koi Menu', weight = 100, stack = true, close = true, client = { image = 'menu.png' }, description = 'Menu for the Koi Seafood restaurant' },
-- Farming
['basil'] = { label = 'Basil', weight = 100, stack = false, close = false, client = { image = 'basil.png' }, description = 'A great seasoning!' },
['beef'] = { label = 'Beef', weight = 500, stack = false, close = false, client = { image = 'beef.png' }, description = 'A slab of raw beef' },
['blueberry'] = { label = 'Blueberry', weight = 100, stack = true, close = true, client = { image = 'blueberry.png' }, description = 'Technically not a berry' },
['egg'] = { label = 'Egg', weight = 100, stack = false, close = false, client = { image = 'egg.png' }, description = 'Free range of course!' },
['flour'] = { label = 'Flour', weight = 100, stack = false, close = false, client = { image = 'flour.png' }, description = 'Milled powder from collected grain' },
['lemon'] = { label = 'Lemon', weight = 100, stack = true, close = true, client = { image = 'lemon.png' }, description = 'Citrusy delight' },
['lime'] = { label = 'Lime', weight = 100, stack = true, close = true, client = { image = 'lime.png' }, description = 'Goes well with Tequila!' },
['milk'] = { label = 'Milk', weight = 300, stack = true, close = true, client = { image = 'milk.png' }, description = 'Glass bottle of milk!' },
['mint'] = { label = 'Mint', weight = 100, stack = false, close = false, client = { image = 'mint.png' }, description = 'Peppermint? Spearmint? Who knows!' },
['olives'] = { label = 'Olives', weight = 100, stack = true, close = true, client = { image = 'olives.png' }, description = 'Not for everyone..' },
['onion'] = { label = 'Onion', weight = 100, stack = false, close = false, client = { image = 'onion.png' }, description = 'Brings a tear to my eye' },
['orange'] = { label = 'Orange', weight = 100, stack = true, close = true, client = { image = 'orange.png' }, description = 'What came first - the fruit or the colour?' },
['peach'] = { label = 'Peach', weight = 100, stack = true, close = true, client = { image = 'peach.png' }, description = 'Peachy Keen!' },
['pepper'] = { label = 'Pepper', weight = 100, stack = true, close = true, client = { image = 'pepper.png' }, description = 'Surprisingly good raw!' },
['potato'] = { label = 'Potato', weight = 100, stack = true, close = true, client = { image = 'potato.png' }, description = 'An Irish staple' },
['strawberry'] = { label = 'Strawberry', weight = 100, stack = true, close = true, client = { image = 'strawberry.png' }, description = 'Technically not a berry' },
['sugar'] = { label = 'Sugar', weight = 100, stack = false, close = false, client = { image = 'sugar.png' }, description = 'Something sweet!' },
['tomato'] = { label = 'Tomato', weight = 100, stack = true, close = true, client = { image = 'tomato.png' }, description = 'A fruit. Not a vegetable.' },
-- Fishing
['bream'] = { label = 'Bream', weight = 1000, stack = true, close = true, client = { image = 'bream.png' }, description = 'A freshwater river bream!' },
['bullhead'] = { label = 'Bullhead Catfish', weight = 1000, stack = true, close = true, client = { image = 'bullhead.png' }, description = 'A freshwater lake bullhead catfish!' },
['carp'] = { label = 'Carp', weight = 1000, stack = true, close = true, client = { image = 'carp.png' }, description = 'A freshwater lake carp!' },
['chub'] = { label = 'Chub', weight = 500, stack = true, close = true, client = { image = 'chub.png' }, description = 'A freshwater lake chub!' },
['clam'] = { label = 'Clam', weight = 200, stack = false, close = true, client = { image = 'clam.png' }, description = 'Important part of the oceans food chain' },
['cod'] = { label = 'Cod', weight = 1000, stack = true, close = true, client = { image = 'cod.png' }, description = 'A saltwater cod!' },
['crab'] = { label = 'Crab', weight = 1000, stack = true, close = true, client = { image = 'crab.png' }, description = 'Under the Sea!' },
['flounder'] = { label = 'Flounder', weight = 1000, stack = true, close = true, client = { image = 'flounder.png' }, description = 'A saltwater flounder!' },
['largemouthbass'] = { label = 'Largemouth Bass', weight = 1000, stack = true, close = true, client = { image = 'largemouthbass.png' }, description = 'A freshwater lake largemouth bass!' },
['mackerel'] = { label = 'Mackerel', weight = 500, stack = true, close = true, client = { image = 'mackerel.png' }, description = 'A saltwater mackerel!' },
['mussel'] = { label = 'Mussels', weight = 200, stack = false, close = true, client = { image = 'mussel.png' }, description = 'Small sea creature with an elongated shell' },
['pike'] = { label = 'Pike', weight = 3000, stack = true, close = true, client = { image = 'pike.png' }, description = 'A freshwater river pike!' },
['rainbowtrout'] = { label = 'Rainbow Trout', weight = 1000, stack = true, close = true, client = { image = 'rainbowtrout.png' }, description = 'A freshwater river rainbow trout!' },
['salmon'] = { label = 'Salmon', weight = 1000, stack = true, close = true, client = { image = 'salmon.png' }, description = 'A freshwater river salmon!' },
['seaweed'] = { label = 'Seaweed', weight = 200, stack = false, close = true, client = { image = 'seaweed.png' }, description = 'Perfect for sushi!' },
['smallmouthbass'] = { label = 'Smallmouth Bass', weight = 500, stack = true, close = true, client = { image = 'smallmouthbass.png' }, description = 'A freshwater river smallmouth bass!' },
['sturgeon'] = { label = 'Sturgeon', weight = 3000, stack = true, close = true, client = { image = 'sturgeon.png' }, description = 'A freshwater lake sturgeon!' },
-- Other Drinks
['beer'] = { label = 'Beer', weight = 200, stack = true, close = true, client = { image = 'beer.png' }, description = 'Nothing like a good cold beer!' },
['chardonnay'] = { label = 'Chardonnay', weight = 300, stack = true, close = true, client = { image = 'chardonnay.png' }, description = 'A large bottle of white wine' },
['ecola'] = { label = 'eCola', weight = 100, stack = true, close = true, client = { image = 'ecola.png' }, description = 'Full fat cola beverage' },
['ecolalight'] = { label = 'eCola Light', weight = 100, stack = true, close = true, client = { image = 'ecolalight.png' }, description = 'Sugar free cola beverage' },
['sprunk'] = { label = 'Sprunk', weight = 100, stack = true, close = true, client = { image = 'sprunk.png' }, description = 'Full fat lemonade beverage' },
['sprunklight'] = { label = 'Sprunk Light', weight = 100, stack = true, close = true, client = { image = 'sprunklight.png' }, description = 'Sugar free lemonade beverage' },
['water'] = { label = 'Water', weight = 500, stack = true, close = true, client = { image = 'water.png' }, description = 'The source of all life!' },
Last updated