Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Mining
['aluminum'] = { label = 'Aluminium', weight = 200, stack = true, close = true, client = { image = 'aluminium.png' }, description = 'A lightweight, silvery metal known for its strength and corrosion resistance' },
['amber'] = { label = 'Amber', weight = 200, stack = true, close = true, client = { image = 'amber.png' }, description = 'Fossilized tree resin, typically yellow or orange, valued for its use in jewellery and ability to preserve ancient organisms' },
['amber_gold_ring'] = { label = 'Amber Gold Ring', weight = 200, stack = true, close = true, client = { image = 'amber_gold_ring.png' }, description = 'Amber-encrusted forged gold ring' },
['amber_silver_ring'] = { label = 'Amber Silver Ring', weight = 200, stack = true, close = true, client = { image = 'amber_silver_ring.png' }, description = 'Amber-encrusted forged silver ring' },
['amethyst'] = { label = 'Amethyst', weight = 200, stack = true, close = true, client = { image = 'amethyst.png' }, description = 'A purple variety of quartz, prized for its vibrant color and used primarily in jewellery and decorative items' },
['amethyst_gold_ring'] = { label = 'Amethyst Gold Ring', weight = 200, stack = true, close = true, client = { image = 'amethyst_gold_ring.png' }, description = 'Amethyst-encrusted forged gold ring' },
['amethyst_silver_ring'] = { label = 'Amethyst Silver Ring', weight = 200, stack = true, close = true, client = { image = 'amethyst_silver_ring.png' }, description = 'Amethyst-encrusted forged silver ring' },
['bauxite_ore'] = { label = 'Bauxite Ore', weight = 1000, stack = true, close = true, client = { image = 'bauxite_ore.png' }, description = 'The primary ore in the production of Aluminium' },
['coal'] = { label = 'Coal', weight = 200, stack = true, close = true, client = { image = 'coal.png' }, description = 'Carbon-rich, combustible rock primarily used as fuel' },
['copper'] = { label = 'Copper', weight = 200, stack = true, close = true, client = { image = 'copper.png' }, description = 'A reddish-brown metal known for its high electrical and thermal conductivity' },
['copper_ore'] = { label = 'Copper Ore', weight = 1000, stack = true, close = true, client = { image = 'copper_ore.png' }, description = 'The primary ore in the production of Copper' },
['diamond'] = { label = 'Diamond', weight = 200, stack = true, close = true, client = { image = 'diamond.png' }, description = 'A hard, transparent gemstone made of carbon, renowned for its brilliance and durability' },
['diamond_gold_ring'] = { label = 'Diamond Gold Ring', weight = 200, stack = true, close = true, client = { image = 'diamond_gold_ring.png' }, description = 'Diamond-encrusted forged gold ring' },
['diamond_silver_ring'] = { label = 'Diamond Silver Ring', weight = 200, stack = true, close = true, client = { image = 'diamond_silver_ring.png' }, description = 'Diamond-encrusted forged silver ring' },
['emerald'] = { label = 'Emerald', weight = 200, stack = true, close = true, client = { image = 'emerald.png' }, description = 'A vibrant green gemstone, a variety of beryl, valued for its beauty and rarity, commonly used in fine jewellery' },
['emerald_gold_ring'] = { label = 'Emerald Gold Ring', weight = 200, stack = true, close = true, client = { image = 'emerald_gold_ring.png' }, description = 'Emerald-encrusted forged gold ring' },
['emerald_silver_ring'] = { label = 'Emerald Silver Ring', weight = 200, stack = true, close = true, client = { image = 'emerald_silver_ring.png' }, description = 'Emerald-encrusted forged silver ring' },
['engagement_ring'] = { label = 'Engagement Ring', weight = 200, stack = true, close = true, client = { image = 'engagement_ring.png' }, description = 'Forged gold engagement ring' },
['garnet'] = { label = 'Garnet', weight = 200, stack = true, close = true, client = { image = 'garnet.png' }, description = 'A group of red to deep orange gemstones, known for their hardness and use in jewellery' },
['garnet_gold_ring'] = { label = 'Garnet Gold Ring', weight = 200, stack = true, close = true, client = { image = 'garnet_gold_ring.png' }, description = 'Garnet-encrusted forged gold ring' },
['garnet_silver_ring'] = { label = 'Garnet Silver Ring', weight = 200, stack = true, close = true, client = { image = 'garnet_silver_ring.png' }, description = 'Garnet-encrusted forged silver ring' },
['iron'] = { label = 'Iron', weight = 200, stack = true, close = true, client = { image = 'iron.png' }, description = 'A strong, durable metal commonly used in construction and manufacturing, essential for producing steel' },
['iron_ore'] = { label = 'Iron Ore', weight = 1000, stack = true, close = true, client = { image = 'iron_ore.png' }, description = 'The primary ore in the production of Iron' },
['gold'] = { label = 'Gold', weight = 200, stack = true, close = true, client = { image = 'gold.png' }, description = 'A valuable, yellow metal prized for its rarity, malleability, and use in jewellery, coins, and electronics' },
['gold_ore'] = { label = 'Gold Ore', weight = 1000, stack = true, close = true, client = { image = 'gold_ore.png' }, description = 'The primary ore in the production of Gold' },
['lead'] = { label = 'Lead', weight = 200, stack = true, close = true, client = { image = 'lead.png' }, description = 'A dense, soft, bluish-gray metal known for its corrosion resistance' },
['lead_ore'] = { label = 'Lead Ore', weight = 1000, stack = true, close = true, client = { image = 'lead_ore.png' }, description = 'The primary ore in the production of Lead' },
['pet_rock'] = { label = 'Pet Rock', weight = 300, stack = true, close = true, client = { image = 'pet_rock.png' }, description = 'A very shy little pebble' },
['pickaxe'] = { label = 'Pickaxe', weight = 5000, stack = false, close = true, client = { image = 'pickaxe.png' }, description = 'A tool used for cracking away large slabs of stone' },
['rock'] = { label = 'Rock', weight = 2000, stack = true, close = true, client = { image = 'rock.png' }, description = 'A slab of raw mined rock' },
['ruby'] = { label = 'Ruby', weight = 200, stack = true, close = true, client = { image = 'ruby.png' }, description = 'A precious red gemstone, a variety of corundum, prized for its rich colour and durability, commonly used in fine jewellery' },
['ruby_gold_ring'] = { label = 'Ruby Gold Ring', weight = 200, stack = true, close = true, client = { image = 'ruby_gold_ring.png' }, description = 'Ruby-encrusted forged gold ring' },
['ruby_silver_ring'] = { label = 'Ruby Silver Ring', weight = 200, stack = true, close = true, client = { image = 'ruby_silver_ring.png' }, description = 'Ruby-encrusted forged silver ring' },
['saltpetre'] = { label = 'Saltpetre', weight = 200, stack = true, close = true, client = { image = 'saltpetre.png' }, description = 'A white, crystalline compound also known as potassium nitrate' },
['saltpetre_ore'] = { label = 'Saltpetre Ore', weight = 1000, stack = true, close = true, client = { image = 'saltpetre_ore.png' }, description = 'The primary ore in the extraction of Saltpetre' },
['sapphire'] = { label = 'Sapphire', weight = 200, stack = true, close = true, client = { image = 'sapphire.png' }, description = 'A precious gemstone, typically blue, and a variety of corundum, valued for its hardness and brilliance, often used in jewellery' },
['sapphire_gold_ring'] = { label = 'Sapphire Gold Ring', weight = 200, stack = true, close = true, client = { image = 'sapphire_gold_ring.png' }, description = 'Sapphire-encrusted forged gold ring' },
['sapphire_silver_ring'] = { label = 'Sapphire Silver Ring', weight = 200, stack = true, close = true, client = { image = 'sapphire_silver_ring.png' }, description = 'Sapphire-encrusted forged silver ring' },
['silver'] = { label = 'Silver', weight = 200, stack = true, close = true, client = { image = 'silver.png' }, description = 'A shiny, white metal valued for its conductivity, malleability, and use in jewellery, coins, and electronics' },
['silver_ore'] = { label = 'Silver Ore', weight = 1000, stack = true, close = true, client = { image = 'silver_ore.png' }, description = 'The primary ore in the production of Silver' },
['sulphur'] = { label = 'Sulphur', weight = 200, stack = true, close = true, client = { image = 'sulphur.png' }, description = 'A yellow, non-metallic element used in explosives, fertilisers, and pharmaceuticals' },
['sulphur_ore'] = { label = 'Sulphur Ore', weight = 1000, stack = true, close = true, client = { image = 'sulphur_ore.png' }, description = 'The primary ore in the extraction of Sulphur' },
['titanium'] = { label = 'Titanium', weight = 200, stack = true, close = true, client = { image = 'titanium.png' }, description = 'A strong, lightweight metal with excellent corrosion resistance, commonly used in aerospace, implants, and alloys' },
['titanium_ore'] = { label = 'Titanium Ore', weight = 1000, stack = true, close = true, client = { image = 'titanium_ore.png' }, description = 'The primary ore in the production of Titanium' },
['topaz'] = { label = 'Topaz', weight = 200, stack = true, close = true, client = { image = 'topaz.png' }, description = 'A versatile gemstone that comes in a variety of colors, prized for its clarity and brilliance, often used in jewellery' },
['topaz_gold_ring'] = { label = 'Topaz Gold Ring', weight = 200, stack = true, close = true, client = { image = 'topaz_gold_ring.png' }, description = 'Topaz-encrusted forged gold ring' },
['topaz_silver_ring'] = { label = 'Topaz Silver Ring', weight = 200, stack = true, close = true, client = { image = 'topaz_silver_ring.png' }, description = 'Topaz-encrusted forged silver ring' },
['wedding_ring'] = { label = 'Wedding Ring', weight = 200, stack = true, close = true, client = { image = 'wedding_ring.png' }, description = 'Diamond-encrusted forged gold wedding ring' },
Last updated