Items - QB
Add these into your items list e.g. qb-core/shared/items.lua
-- Hunting
exoticsalescard = { name = 'exoticsalescard', label = 'Exotic Sales Card', weight = 100, type = 'item', image = 'exoticsalescard.png', unique = false, useable = true, shouldClose = true, description = 'An exotic sales card!' },
birdcarcass = { name = 'birdcarcass', label = 'Bird Carcass', weight = 1000, type = 'item', image = 'birdcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Bird' },
boarcarcass = { name = 'boarcarcass', label = 'Boar Carcass', weight = 10000, type = 'item', image = 'boarcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Razorback Boar' },
catcarcass = { name = 'catcarcass', label = 'Cat Carcass', weight = 3000, type = 'item', image = 'catcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Cat' },
chimpcarcass = { name = 'chimpcarcass', label = 'Chimpanzee Carcass', weight = 5000, type = 'item', image = 'chimpcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Chimpanzee' },
cougarcarcass = { name = 'cougarcarcass', label = 'Cougar Carcass', weight = 7500, type = 'item', image = 'cougarcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Mountain Lion' },
coyotecarcass = { name = 'coyotecarcass', label = 'Coyote Carcass', weight = 5000, type = 'item', image = 'coyotecarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Coyote' },
deercarcass = { name = 'deercarcass', label = 'Deer Carcass', weight = 10000, type = 'item', image = 'deercarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a White-Tailed Deer' },
dogcarcass = { name = 'dogcarcass', label = 'Dog Carcass', weight = 5000, type = 'item', image = 'dogcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Dog' },
rabbitcarcass = { name = 'rabbitcarcass', label = 'Rabbit Carcass', weight = 2000, type = 'item', image = 'rabbitcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Rabbit' },
ratcarcass = { name = 'ratcarcass', label = 'Rat Carcass', weight = 1000, type = 'item', image = 'ratcarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Rat' },
rhesuscarcass = { name = 'rhesuscarcass', label = 'Rhesus Carcass', weight = 5000, type = 'item', image = 'rhesuscarcass.png', unique = true, useable = false, shouldClose = true, description = 'Carcass of a Rhesus Macaque' },
boartusk = { name = 'boartusk', label = 'Boar Tusk', weight = 500, type = 'item', image = 'boartusk.png', unique = true, useable = false, shouldClose = true, description = 'Tusk taken from a boar' },
cougarclaw = { name = 'cougarclaw', label = 'Cougar Claw', weight = 200, type = 'item', image = 'cougarclaw.png', unique = true, useable = false, shouldClose = true, description = 'Claw taken from a cougar' },
coyotetooth = { name = 'coyotetooth', label = 'Coyote Tooth', weight = 200, type = 'item', image = 'coyotetooth.png', unique = true, useable = false, shouldClose = true, description = 'Tooth taken from a coyote' },
deerantler = { name = 'deerantler', label = 'Deer Antler', weight = 500, type = 'item', image = 'deerantlers.png', unique = true, useable = false, shouldClose = true, description = 'Antlers taken from a deer' },
feather = { name = 'feather', label = 'Bird Feather', weight = 100, type = 'item', image = 'feather.png', unique = true, useable = false, shouldClose = true, description = 'Feather plucked from a bird' },
boarpelt = { name = 'boarpelt', label = 'Boar Pelt', weight = 3000, type = 'item', image = 'boarpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a boar' },
catpelt = { name = 'catpelt', label = 'Cat Pelt', weight = 1000, type = 'item', image = 'catpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a cat' },
chimppelt = { name = 'chimppelt', label = 'Chimpanzee Pelt', weight = 1000, type = 'item', image = 'boarpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a chimpanzee' },
cougarpelt = { name = 'cougarpelt', label = 'Cougar Pelt', weight = 2000, type = 'item', image = 'cougarpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a cougar' },
coyotepelt = { name = 'coyotepelt', label = 'Coyote Pelt', weight = 2000, type = 'item', image = 'coyotepelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a coyote' },
deerpelt = { name = 'deerpelt', label = 'Deer Pelt', weight = 4000, type = 'item', image = 'deerpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a deer' },
dogpelt = { name = 'dogpelt', label = 'Dog Pelt', weight = 2000, type = 'item', image = 'dogpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a dog' },
rabbitpelt = { name = 'rabbitpelt', label = 'Rabbit Pelt', weight = 1000, type = 'item', image = 'rabbitpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a rabbit' },
ratpelt = { name = 'ratpelt', label = 'Rat Pelt', weight = 500, type = 'item', image = 'ratpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a rat' },
rhesuspelt = { name = 'rhesuspelt', label = 'Rhesus Pelt', weight = 1000, type = 'item', image = 'boarpelt.png', unique = true, useable = false, shouldClose = true, description = 'Pelt taken from a rhesus macaque' },
birdmeat = { name = 'birdmeat', label = 'Bird Meat', weight = 500, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a bird' },
boarmeat = { name = 'boarmeat', label = 'Boar Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a boar' },
catmeat = { name = 'catmeat', label = 'Cat Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a cat' },
cougarmeat = { name = 'cougarmeat', label = 'Cougar Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a cougar' },
coyotemeat = { name = 'coyotemeat', label = 'Coyote Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a coyote' },
deermeat = { name = 'deermeat', label = 'Deer Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a deer' },
dogmeat = { name = 'dogmeat', label = 'Dog Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a dog' },
monkeymeat = { name = 'monkeymeat', label = 'Monkey Meat', weight = 1000, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a monkey' },
rabbitmeat = { name = 'rabbitmeat', label = 'Rabbit Meat', weight = 500, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a rabbit' },
ratmeat = { name = 'ratmeat', label = 'Rat Meat', weight = 500, type = 'item', image = 'meat.png', unique = true, useable = false, shouldClose = true, description = 'Meat taken from a rat' },
Last updated