QB items
Follow The File Path to Setup Items.
qb-core/shared/items.lua
Copy All items and Paste Directly Into file.
-- Pug fishing items
fishingrod = {name = 'fishingrod', label = 'Fishing Rod', weight = 5000, type = 'item', image = 'fishingrod.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A fishing rod for adventures with friends!!'},
fishingrod2 = {name = 'fishingrod2', label = 'Skilled Fishing Rod', weight = 5000, type = 'item', image = 'fishingrod2.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'This rod is better than most, but not the best.'},
fishingrod3 = {name = 'fishingrod3', label = 'Professional Rod', weight = 5000, type = 'item', image = 'fishingrod3.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'S+ tier fishing rod!!'},
fishinglure = {name = 'fishinglure', label = 'Fishing Lure', weight = 1000, type = 'item', image = 'fishinglure.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A colorful lure'},
fishinglure2 = {name = 'fishinglure2', label = 'Pro Fishing Lure', weight = 1000, type = 'item', image = 'fishinglure2.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A realistic lure'},
skillreel = {name = 'skillreel', label = 'Skill Fishing Reel', weight = 1000, type = 'item', image = 'skillreel.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A skilled fishing reel.'},
proreel = {name = 'proreel', label = 'Pro Fishing Reel', weight = 1000, type = 'item', image = 'proreel.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'A professional fishing reel.'},
fishingbait = {name = 'fishingbait', label = 'Fish Bait', weight = 1000, type = 'item', image = 'fishingbait.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Worm bait!'},
fishingshovel = {name = "fishingshovel", label = "Dirt Shovel", weight = 3000, type = "item", image = "fishingshovel.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A shovel that has something to do with fishing!"},
fishingfireplace = {name = "fishingfireplace", label = "Fire Place", weight = 5000, type = "item", image = "fishingfireplace.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A fire place used to cook fish!"},
fishingnet = {name = "fishingnet", label = "Fish Net", weight = 5000, type = "item", image = "fishingnet.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A net used for catching fish!"},
fishingtrowl = {name = "fishingtrowl", label = "Dirt Trowl", weight = 1000, type = "item", image = "fishingtrowl.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A trowl that has something to do with fishing!"},
cookedfish = {name = "cookedfish", label = "Cooked Fish", weight = 1000, type = "item", image = "cookedfish.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "A cooked fish!"},
perfectlycookedfish = {name = "perfectlycookedfish", label = "Perfectly Cooked Fish", weight = 1000, type = "item", image = "perfectlycookedfish.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A perfectly cooked fish!"},
fishinganchor = {name = "fishinganchor", label = "Anchor", weight = 1000, type = "item", image = "fishinganchor.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "An anchor used for anchoring a boat! [Use this while sitting in a boat]"},
fishinglog = {name = "fishinglog", label = "Fishing Log", weight = 1000, type = "item", image = "fishinglog.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A log book that allows you to view all of the fish you have caught!"},
-- fish
killerwhale = {name = 'killerwhale', label = 'Killer Whale', weight = 7000, type = 'item', image = 'killerwhale.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'This is a whole ass Shamu.'},
stingraymeat = {name = 'stingraymeat', label = 'Stingray', weight = 2000, type = 'item', image = 'stingraymeat.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Stingray Meat'},
tigershark = {name = 'tigershark', label = 'Tigershark', weight = 7000, type = 'item', image = 'tigershark.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'There are bigger sharks but this is still impressive..'},
catfish = {name = 'catfish', label = 'Catfish', weight = 3000, type = 'item', image = 'catfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Catfish'},
fish = {name = "fish", label = "Fish", weight = 1000, type = "item", image = "fish.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "A fish", hunger = math.random(40, 50) },
salmon = {name = 'salmon', label = 'Salmon', weight = 2000, type = 'item', image = 'salmon.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Salmon Fish'},
largemouthbass = {name = 'largemouthbass', label = 'Largemouth Bass', weight = 3000, type = 'item', image = 'largemouthbass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fish for Fishing.'},
goldfish = {name = 'goldfish', label = 'Goldfish', weight = 2000, type = 'item', image = 'goldfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Goldfish... I wonder how he got there...'},
redfish = {name = 'redfish', label = 'Redfish', weight = 2000, type = 'item', image = 'redfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'One fish two fish...'},
bluefish = {name = 'bluefish', label = 'Bluefish', weight = 1000, type = 'item', image = 'bluefish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'One fish two fish redfish...'},
stripedbass = {name = 'stripedbass', label = 'Striped Bass', weight = 1000, type = 'item', image = 'stripedbass.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A Striped Bass'},
rainbowtrout = {name = 'rainbowtrout', label = 'Rainbow Trout', weight = 1000, type = 'item', image = 'rainbowtrout.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A colorful Trout'},
gholfish = {name = 'gholfish', label = 'Ghol', weight = 1000, type = 'item', image = 'gholfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A big Ghol'},
codfish = {name = 'codfish', label = 'Cod', weight = 3000, type = 'item', image = 'codfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A cody fish'},
eelfish = {name = 'eelfish', label = 'Eel', weight = 4000, type = 'item', image = 'eelfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'An eel.. pretty useless.'},
swordfish = {name = 'swordfish', label = 'Sword Fish', weight = 3000, type = 'item', image = 'swordfish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'This has a giant ass needle for a face.'},
tunafish = {name = 'tunafish', label = 'Tuna', weight = 2000, type = 'item', image = 'tunafish.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Chicken of the sea, but fucking massive.'},
anglerfish = {name = "anglerfish", label = "Angler Fish", weight = 2000, type = "item", image = "anglerfish.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Very creepy looking"},
fishinghalibut = {name = "fishinghalibut", label = "Halibut", weight = 2000, type = "item", image = "fishinghalibut.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Halibut?"},
flyfish = {name = "flyfish", label = "Exocoetidae", weight = 2000, type = "item", image = "flyfish.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Not a bird"},
kingsalmon = {name = "kingsalmon", label = "King Salmon", weight = 2000, type = "item", image = "kingsalmon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A Salmon fit for a king"},
mahimahi = {name = "mahimahi", label = "Mahi-Mahi", weight = 2000, type = "item", image = "mahimahi.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "So nice they named it twice"},
oceansturgeon = {name = "oceansturgeon", label = "Sturgeon", weight = 2000, type = "item", image = "oceansturgeon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A big boy"},
rockfish = {name = "rockfish", label = "Rock Fish", weight = 2000, type = "item", image = "rockfish.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Rock Fish"},
sockeyesalmon = {name = "sockeyesalmon", label = "Sockeye Salmon", weight = 2000, type = "item", image = "sockeyesalmon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Naturally Pink"},
tarponfish = {name = "tarponfish", label = "Tarpon", weight = 2000, type = "item", image = "tarponfish.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Tarpon fish"},
-- Crabs
bluecrab = {name = "bluecrab", label = "Blue Crab", weight = 1200, type = "item", image = "bluecrab.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A tasty Blue Crab"},
dungenesscrab = {name = "dungenesscrab", label = "Dungeness Crab", weight = 1600, type = "item", image = "dungenesscrab.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A large Dungeness Crab"},
rockcrab = {name = "rockcrab", label = "Rock Crab", weight = 1400, type = "item", image = "rockcrab.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A small but meaty Rock Crab"},
redcrab = {name = "redcrab", label = "Red Crab", weight = 1500, type = "item", image = "redcrab.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bright red crab, delicious cooked"},
snowcrab = {name = "snowcrab", label = "Snow Crab", weight = 1700, type = "item", image = "snowcrab.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cold water Snow Crab"},
cookedcrab = {name = "cookedcrab", label = "Cooked Crab", weight = 1700, type = "item", image = "cookedcrab.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A cooked crab!"},
crawfish = {name = "crawfish", label = "Crawfish", weight = 2000, type = "item", image = "crawfish.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "This is not a lobster"},
-- chest items
chestkey = {name = 'chestkey', label = 'Key', weight = 1000, type = 'item', image = 'chestkey.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'A gold key.'},
treasurechest = {name = 'treasurechest', label = 'Treasure Chest', weight = 5000, type = 'item', image = 'treasurechest.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Ye, Treasure mighty.'},
bottlemap = {name = 'bottlemap', label = 'Treasure Bottle', weight = 1000, type = 'item', image = 'bottlemap.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'looks very old.'},
treasuremap = {name = 'treasuremap', label = 'Treasure Map', weight = 500, type = 'item', image = 'treasuremap.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'This could lead somewhere...'},
diamond = {name = "diamond", label = "Diamond", weight = 3000, type = "item", image = "diamond.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "Shiny Diamond"},
emerald = {name = "emerald", label = "Emerald", weight = 3000, type = "item", image = "emerald.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "Emerald"},
sapphire = {name = "sapphire", label = "Sapphire", weight = 2000, type = "item", image = "sapphire.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "Gems are truly, truly, truly outrageous."},
ruby = {name = "ruby", label = "Ruby", weight = 2000, type = "item", image = "ruby.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "Gems are truly, truly, truly outrageous."},
yellowdiamond = {name = 'yellowdiamond', label = 'Canary Diamond', weight = 3000, type = 'item', image = 'yellowdiamond.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Yellow is truly, truly, truly gorgeous..'},
captainskull = {name = "captainskull", label = "Captain Skull", weight = 4000, type = "item", image = "captainskull.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "An old skull of a captain!"},
fishingcrabtrap = {name = "fishingcrabtrap", label = "Crab Trap", weight = 4000, type = "item", image = "fishingcrabtrap.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "A crab trap used for catching crabs and other tiny fish!"},
Last updated