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