qs-inventory
esx_inventory
qb-inventory
ox_inventory
["metal_detector"] = {
label = "Metal Detector",
weight = 8,
stack = true,
client = { export = "qs-treasure-hunter.toggleMetalDetector" },
},
["diving_gear"] = {
label = "Diving Gear",
weight = 8,
stack = true,
client = { export = "qs-treasure-hunter.toggleDivingGear" },
},
["crushed_can"] = {
label = "Crushed Can",
weight = 1,
stack = true,
},
["metal_can"] = {
label = "Metal Can",
weight = 1,
stack = true,
},
["floppy_disk"] = {
label = "Floppy Disk",
weight = 2,
stack = true,
},
["silver_ring"] = {
label = "Silver Ring",
weight = 1,
stack = true,
},
["silver_bracelet"] = {
label = "Silver Bracelet",
weight = 1,
stack = true,
},
["silver_necklace"] = {
label = "Silver Necklace",
weight = 1,
stack = true,
},
["gold_ring"] = {
label = "Gold Ring",
weight = 1,
stack = true,
},
["gold_bracelet"] = {
label = "Gold Bracelet",
weight = 1,
stack = true,
},
["gold_necklace"] = {
label = "Gold Necklace",
weight = 1,
stack = true,
},
["gold_nugget"] = {
label = "Gold Nugget",
weight = 2,
stack = true,
},
["painting"] = {
label = "Old Painting",
weight = 5,
stack = true,
},
