Items

Item Images

Item Datas

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

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

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

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

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

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

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

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

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

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

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

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

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

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

['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,
},

['green_crab'] = {
    label = "Green Crab",
    weight = 500,
    stack = true,
    close = false,
},

['red_crab'] = {
    label = "Red Crab",
    weight = 500,
    stack = true,
    close = false,
},

['blue_crab'] = {
    label = "Blue Crab",
    weight = 500,
    stack = true,
    close = false,
},

['king_crab'] = {
    label = "King Crab",
    weight = 500,
    stack = true,
    close = false,
},

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

['vehicle_wheels'] = {
    label = "Vehicle Wheels",
    weight = 2500,
    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,
},

Last updated