Items

Item images are located in the 0r-fishingv2/_items folder.

ox_inventory/data/items.lua
['bass'] = {
   label = "Bass",
   weight = 1000,
   stack = true,
   close = false,
},

['bluegill'] = {
   label = "Bluegill",
   weight = 1000,
   stack = true,
   close = false,
},

['common_carp'] = {
   label = "Common Carp",
   weight = 1000,
   stack = true,
   close = false,
},

['nothern_pike'] = {
   label = "Northern Pike",
   weight = 1000,
   stack = true,
   close = false,
},

['perch'] = {
   label = "Perch",
   weight = 1000,
   stack = true,
   close = false,
},

['rainbow_trout'] = {
   label = "Rainbow Trout",
   weight = 1000,
   stack = true,
   close = false,
},

['redfin_pickerel'] = {
   label = "Redfin Pickerel",
   weight = 1000,
   stack = true,
   close = false,
},

['rock_bass'] = {
   label = "Rock Bass",
   weight = 1000,
   stack = true,
   close = false,
},

['small_trout'] = {
   label = "Small Trout",
   weight = 1000,
   stack = true,
   close = false,
},

['smallmouth_bass'] = {
   label = "Smallmouth Bass",
   weight = 1000,
   stack = true,
   close = false,
},

['sockeye_salmon'] = {
   label = "Sockeye Salmon",
   weight = 1000,
   stack = true,
   close = false,
},

['trout'] = {
   label = "Trout",
   weight = 1000,
   stack = true,
   close = false,
},

['whitefish'] = {
   label = "Whitefish",
   weight = 1000,
   stack = true,
   close = false,
},

['bait'] = {
   label = "Bait",
   weight = 300,
   stack = true,
   close = false,
},

['anchor'] = {
   label = "Anchor",
   weight = 2000,
   stack = false,
   close = true,
},

['fishing_rod_one'] = {
   label = "1 Lvl Fishing Rod",
   weight = 2000,
   stack = false,
   close = true,
},

['fishing_rod_two'] = {
   label = "2 Lvl Fishing Rod",
   weight = 2000,
   stack = false,
   close = true,
},

['fishing_rod_three'] = {
   label = "3 Lvl Fishing Rod",
   weight = 2000,
   stack = false,
   close = true,
},

['fishing_rod_four'] = {
   label = "4 Lvl Fishing Rod",
   weight = 2000,
   stack = false,
   close = true,
},

['fishing_rod_five'] = {
   label = "5 Lvl Fishing Rod",
   weight = 2000,
   stack = false,
   close = true,
},

['fishing_net'] = {
   label = "Fishing Net",
   weight = 2000,
   stack = false,
   close = true,
},

['worm_fish_bait'] = {
   label = "Worm Fish Bait",
   weight = 200,
   stack = true,
   close = true,
},

['simple_fish_bait'] = {
   label = "Simple Fish Bait",
   weight = 200,
   stack = true,
   close = true,
},

['illegal_fish_bait'] = {
   label = "Illegal Fish Bait",
   weight = 200,
   stack = true,
   close = true,
},

['diving_cloth'] = {
   label = "Diving Cloth",
   weight = 2000,
   stack = false,
   close = true,
},

['diving_gear'] = {
   label = "Diving Gear",
   weight = 2000,
   stack = false,
   close = true,
},

['diving_tube'] = {
   label = "Diving Tube",
   weight = 2000,
   stack = false,
   close = true,
},

['lucky_hat'] = {
   label = "Lucky Hat",
   weight = 100,
   stack = false,
   close = true,
},

['vehicle_wheels'] = {
   label = "Vehicle Wheels",
   weight = 3000,
   stack = true,
   close = false,
},

['trash_can'] = {
   label = "Trash Can",
   weight = 200,
   stack = true,
   close = false,
},

['trash_chips'] = {
   label = "Trash Chips",
   weight = 200,
   stack = true,
   close = false,
},

['trash_burger'] = {
   label = "Trash Burger",
   weight = 200,
   stack = true,
   close = false,
},

['scrapmetal'] = {
   label = "Scrap Metal",
   weight = 1000,
   stack = true,
   close = false,
},

['coral_grass'] = {
   label = "Coral Grass",
   weight = 100,
   stack = true,
   close = false,
},

['redpearl'] = {
   label = "Red Pearl",
   weight = 100,
   stack = true,
   close = false,
},

['bluepearl'] = {
   label = "Blue Pearl",
   weight = 100,
   stack = true,
   close = false,
},

['yellowpearl'] = {
   label = "Yellow Pearl",
   weight = 100,
   stack = true,
   close = false,
},

['greenpearl'] = {
   label = "Green Pearl",
   weight = 100,
   stack = true,
   close = false,
},

['whitepearl'] = {
   label = "White Pearl",
   weight = 100,
   stack = true,
   close = false,
},

['rod_grip'] = {
   label = "Rod Grip",
   weight = 1000,
   stack = true,
   close = false,
},

['rod_reel_seet'] = {
   label = "Rod Reel Seet",
   weight = 1000,
   stack = true,
   close = false,
},

['rod_blank'] = {
   label = "Rod Blank",
   weight = 1000,
   stack = true,
   close = false,
},

['rod_fishing_line'] = {
   label = "Rod Fishing Line",
   weight = 1000,
   stack = true,
   close = false,
},

Last updated