QBShared = QBShared or {}
QBShared.Items = {
    -- WEAPONS
    -- Melee
    weapon_unarmed               = { name = 'weapon_unarmed', label = 'Punhos', weight = 1000, type = 'weapon', ammotype = nil, image = 'placeholder.png', unique = true, useable = false, description = 'Briga no soco' },
    weapon_dagger                = { name = 'weapon_dagger', label = 'Adaga', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_dagger.png', unique = true, useable = false, description = 'Uma faca curta com lâmina pontiaguda e afiada, usada como arma' },
    weapon_bat                   = { name = 'weapon_bat', label = 'Taco', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_bat.png', unique = true, useable = false, description = 'Usado para rebater bolas em esportes (ou outras coisas)' },
    weapon_bottle                = { name = 'weapon_bottle', label = 'Garrafa Quebrada', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_bottle.png', unique = true, useable = false, description = 'Uma garrafa quebrada' },
    weapon_crowbar               = { name = 'weapon_crowbar', label = 'Pé de Cabra', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_crowbar.png', unique = true, useable = false, description = 'Uma barra de ferro com ponta achatada, usada como alavanca' },
    weapon_flashlight            = { name = 'weapon_flashlight', label = 'Lanterna', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_flashlight.png', unique = true, useable = false, description = 'Uma luz portátil movida a bateria' },
    weapon_golfclub              = { name = 'weapon_golfclub', label = 'Taco de Golfe', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_golfclub.png', unique = true, useable = false, description = 'Um taco usado para acertar bolas no golfe' },
    weapon_hammer                = { name = 'weapon_hammer', label = 'Martelo', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_hammer.png', unique = true, useable = false, description = 'Usado para trabalhos como quebrar coisas e pregar pregos' },
    weapon_hatchet               = { name = 'weapon_hatchet', label = 'Machadinha', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_hatchet.png', unique = true, useable = false, description = 'Um pequeno machado com cabo curto para uso com uma mão' },
    weapon_knuckle               = { name = 'weapon_knuckle', label = 'Soco Inglês', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_knuckle.png', unique = true, useable = false, description = 'Proteção metálica usada nos nós dos dedos para aumentar o impacto dos golpes' },
    weapon_knife                 = { name = 'weapon_knife', label = 'Faca', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_knife.png', unique = true, useable = false, description = 'Instrumento composto por uma lâmina presa a um cabo, usado para cortar ou como arma' },
    weapon_machete               = { name = 'weapon_machete', label = 'Facão', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_machete.png', unique = true, useable = false, description = 'Uma faca larga e pesada usada como arma' },
    weapon_switchblade           = { name = 'weapon_switchblade', label = 'Canivete Automático', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_switchblade.png', unique = true, useable = false, description = 'Uma faca cuja lâmina salta do cabo ao apertar um botão' },
    weapon_nightstick            = { name = 'weapon_nightstick', label = 'Cassetete', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_nightstick.png', unique = true, useable = false, description = 'Cassetete policial' },
    weapon_wrench                = { name = 'weapon_wrench', label = 'Chave Inglesa', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_wrench.png', unique = true, useable = false, description = 'Ferramenta usada para apertar e soltar porcas, parafusos e tubos' },
    weapon_battleaxe             = { name = 'weapon_battleaxe', label = 'Machado de Guerra', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_battleaxe.png', unique = true, useable = false, description = 'Um grande machado de lâmina larga usado em guerras antigas' },
    weapon_poolcue               = { name = 'weapon_poolcue', label = 'Taco de Sinuca', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_poolcue.png', unique = true, useable = false, description = 'Um taco usado para acertar bolas de sinuca' },
    weapon_briefcase             = { name = 'weapon_briefcase', label = 'Maleta', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_briefcase.png', unique = true, useable = false, description = 'Uma maleta para armazenar documentos importantes' },
    weapon_briefcase_02          = { name = 'weapon_briefcase_02', label = 'Mala', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_briefcase2.png', unique = true, useable = false, description = 'Perfeita para uma bela viagem para Liberty City' },
    weapon_garbagebag            = { name = 'weapon_garbagebag', label = 'Saco de Lixo', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_garbagebag.png', unique = true, useable = false, description = 'Um saco de lixo' },
    weapon_handcuffs             = { name = 'weapon_handcuffs', label = 'Algemas', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_handcuffs.png', unique = true, useable = false, description = 'Par de argolas metálicas usadas para prender os pulsos de um prisioneiro' },
    weapon_bread                 = { name = 'weapon_bread', label = 'Baguete', weight = 1000, type = 'weapon', ammotype = nil, image = 'baquette.png', unique = true, useable = false, description = 'Pão...?' },
    weapon_stone_hatchet         = { name = 'weapon_stone_hatchet', label = 'Machadinha de Pedra', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_stone_hatchet.png', unique = true, useable = true, description = 'Machadinha de Pedra' },
    weapon_candycane             = { name = 'weapon_candycane', label = 'Bengala Doce', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_candycane', unique = true, useable = true, description = 'Bengala Doce' },

-- Handguns
    weapon_pistol                = { name = 'weapon_pistol', label = 'Walther P99', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol.png', unique = true, useable = false, description = 'Uma pequena arma de fogo projetada para ser usada com uma mão' },
    weapon_pistol_mk2            = { name = 'weapon_pistol_mk2', label = 'Pistola Mk II', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol_mk2.png', unique = true, useable = false, description = 'Uma versão aprimorada de uma pistola de uma mão' },
    weapon_combatpistol          = { name = 'weapon_combatpistol', label = 'Pistola de Combate', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', unique = true, useable = false, description = 'Uma versão de combate de uma pistola compacta' },
    weapon_appistol              = { name = 'weapon_appistol', label = 'Pistola AP', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_appistol.png', unique = true, useable = false, description = 'Uma pistola automática compacta' },
    weapon_stungun               = { name = 'weapon_stungun', label = 'Taser', weight = 1000, type = 'weapon', ammotype = nil, image = 'weapon_stungun.png', unique = true, useable = false, description = 'Arma que dispara dardos ligados por fios causando paralisia temporária' },
    weapon_pistol50              = { name = 'weapon_pistol50', label = 'Pistola .50', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol50.png', unique = true, useable = false, description = 'Uma arma calibre .50 projetada para ser usada com as duas mãos' },
    weapon_snspistol             = { name = 'weapon_snspistol', label = 'Pistola SNS', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_snspistol.png', unique = true, useable = false, description = 'Uma arma muito pequena e fácil de esconder' },
    weapon_heavypistol           = { name = 'weapon_heavypistol', label = 'Pistola Pesada', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_heavypistol.png', unique = true, useable = false, description = 'Uma pistola robusta para uso com uma mão' },
    weapon_vintagepistol         = { name = 'weapon_vintagepistol', label = 'Pistola Vintage', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_vintagepistol.png', unique = true, useable = false, description = 'Uma arma antiga de uma mão' },
    weapon_flaregun              = { name = 'weapon_flaregun', label = 'Lança-Sinalizador', weight = 1000, type = 'weapon', ammotype = 'AMMO_FLARE', image = 'weapon_flaregun.png', unique = true, useable = false, description = 'Uma pistola para disparar sinalizadores' },
    -- Ammo ITEMS
    pistol_ammo                  = { name = 'pistol_ammo', label = 'Munição de Pistola', weight = 200, type = 'item', image = 'pistol_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para pistolas' },
    rifle_ammo                   = { name = 'rifle_ammo', label = 'Munição de Rifle', weight = 1000, type = 'item', image = 'rifle_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para rifles' },
    smg_ammo                     = { name = 'smg_ammo', label = 'Munição de SMG', weight = 500, type = 'item', image = 'smg_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para submetralhadoras' },
    shotgun_ammo                 = { name = 'shotgun_ammo', label = 'Munição de Escopeta', weight = 500, type = 'item', image = 'shotgun_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para escopetas' },
    mg_ammo                      = { name = 'mg_ammo', label = 'Munição de Metralhadora', weight = 1000, type = 'item', image = 'mg_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para metralhadoras' },
    snp_ammo                     = { name = 'snp_ammo', label = 'Munição de Sniper', weight = 1000, type = 'item', image = 'rifle_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para rifles de precisão' },
    emp_ammo                     = { name = 'emp_ammo', label = 'Munição EMP', weight = 200, type = 'item', image = 'emp_ammo.png', unique = false, useable = true, shouldClose = true, description = 'Munição para lançador EMP' },

    -- SMGs
    weapon_microsmg              = { name = 'weapon_microsmg', label = 'Micro SMG', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_microsmg.png', unique = true, useable = false, description = 'Submetralhadora compacta e leve' },
    weapon_smg                   = { name = 'weapon_smg', label = 'SMG', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_smg.png', unique = true, useable = false, description = 'Submetralhadora padrão' },
    weapon_smg_mk2               = { name = 'weapon_smg_mk2', label = 'SMG Mk II', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_smg_mk2.png', unique = true, useable = false, description = 'Versão aprimorada da SMG' },
    weapon_assaultsmg            = { name = 'weapon_assaultsmg', label = 'SMG de Assalto', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_assaultsmg.png', unique = true, useable = false, description = 'Submetralhadora de alto desempenho' },
    weapon_combatpdw             = { name = 'weapon_combatpdw', label = 'Combat PDW', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'weapon_combatpdw.png', unique = true, useable = false, description = 'Arma compacta para combate próximo' },

    -- Shotguns
    weapon_pumpshotgun           = { name = 'weapon_pumpshotgun', label = 'Escopeta Pump', weight = 1000, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_pumpshotgun.png', unique = true, useable = false, description = 'Escopeta de ação por bombeamento' },
    weapon_sawnoffshotgun        = { name = 'weapon_sawnoffshotgun', label = 'Escopeta Serrada', weight = 1000, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_sawnoffshotgun.png', unique = true, useable = false, description = 'Escopeta compacta e poderosa' },
    weapon_bullpupshotgun        = { name = 'weapon_bullpupshotgun', label = 'Bullpup Shotgun', weight = 1000, type = 'weapon', ammotype = 'AMMO_SHOTGUN', image = 'weapon_bullpupshotgun.png', unique = true, useable = false, description = 'Escopeta bullpup semiautomática' },

    -- Rifles
    weapon_assaultrifle          = { name = 'weapon_assaultrifle', label = 'AK-47', weight = 1000, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_assaultrifle.png', unique = true, useable = false, description = 'Rifle de assalto robusto e confiável' },
    weapon_carbinerifle          = { name = 'weapon_carbinerifle', label = 'Carbine Rifle', weight = 1000, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_carbinerifle.png', unique = true, useable = false, description = 'Rifle de assalto versátil' },
    weapon_specialcarbine        = { name = 'weapon_specialcarbine', label = 'Special Carbine', weight = 1000, type = 'weapon', ammotype = 'AMMO_RIFLE', image = 'weapon_specialcarbine.png', unique = true, useable = false, description = 'Carabina especial para operações táticas' },

    -- Machine Guns
    weapon_mg                    = { name = 'weapon_mg', label = 'Metralhadora', weight = 1000, type = 'weapon', ammotype = 'AMMO_MG', image = 'weapon_mg.png', unique = true, useable = false, description = 'Metralhadora leve de alta cadência' },
    weapon_combatmg              = { name = 'weapon_combatmg', label = 'Combat MG', weight = 1000, type = 'weapon', ammotype = 'AMMO_MG', image = 'weapon_combatmg.png', unique = true, useable = false, description = 'Metralhadora de combate pesada' },

    -- Snipers
    weapon_sniperrifle           = { name = 'weapon_sniperrifle', label = 'Sniper Rifle', weight = 1000, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_sniperrifle.png', unique = true, useable = false, description = 'Rifle de precisão de longo alcance' },
    weapon_heavysniper           = { name = 'weapon_heavysniper', label = 'Heavy Sniper', weight = 1000, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_heavysniper.png', unique = true, useable = false, description = 'Rifle de precisão pesado' },
    weapon_marksmanrifle         = { name = 'weapon_marksmanrifle', label = 'Marksman Rifle', weight = 1000, type = 'weapon', ammotype = 'AMMO_SNIPER', image = 'weapon_marksmanrifle.png', unique = true, useable = false, description = 'Rifle para atiradores de elite' },
    

    -- ITENS de Cartão
    id_card                      = { name = 'id_card', label = 'Carteira de Identidade', weight = 0, type = 'item', image = 'id_card.png', unique = true, useable = true, shouldClose = false, description = 'Um cartão contendo todas as suas informações para identificação' },
    driver_license               = { name = 'driver_license', label = 'Carteira de Motorista', weight = 0, type = 'item', image = 'driver_license.png', unique = true, useable = true, shouldClose = false, description = 'Permissão para mostrar que você pode dirigir um veículo' },
    lawyerpass                   = { name = 'lawyerpass', label = 'Credencial de Advogado', weight = 0, type = 'item', image = 'lawyerpass.png', unique = true, useable = true, shouldClose = false, description = 'Credencial exclusiva para advogados mostrarem que podem representar um suspeito' },
    weaponlicense                = { name = 'weaponlicense', label = 'Porte de Arma', weight = 0, type = 'item', image = 'weapon_license.png', unique = true, useable = true, shouldClose = true, description = 'Licença de arma' },
    bank_card                    = { name = 'bank_card', label = 'Cartão Bancário', weight = 0, type = 'item', image = 'bank_card.png', unique = true, useable = true, shouldClose = true, description = 'Usado para acessar caixas eletrônicos' },
    security_card_01             = { name = 'security_card_01', label = 'Cartão de Segurança A', weight = 0, type = 'item', image = 'security_card_01.png', unique = false, useable = true, shouldClose = true, description = 'Um cartão de segurança... me pergunto para que serve' },
    security_card_02             = { name = 'security_card_02', label = 'Cartão de Segurança B', weight = 0, type = 'item', image = 'security_card_02.png', unique = false, useable = true, shouldClose = true, description = 'Um cartão de segurança... me pergunto para que serve' },

    -- ITENS de Comida
    tosti                        = { name = 'tosti', label = 'Sanduíche de Queijo Quente', weight = 200, type = 'item', image = 'tosti.png', unique = false, useable = true, shouldClose = true, description = 'Bom para comer' },
    twerks_candy                 = { name = 'twerks_candy', label = 'Twerks', weight = 100, type = 'item', image = 'twerks_candy.png', unique = false, useable = true, shouldClose = true, description = 'Algum doce delicioso :O' },
    snikkel_candy                = { name = 'snikkel_candy', label = 'Snikkel', weight = 100, type = 'item', image = 'snikkel_candy.png', unique = false, useable = true, shouldClose = true, description = 'Algum doce delicioso :O' },
    sandwich                     = { name = 'sandwich', label = 'Sanduíche', weight = 200, type = 'item', image = 'sandwich.png', unique = false, useable = true, shouldClose = true, description = 'Um belo pão para seu estômago' },

    -- ITENS de Bebida
    water_bottle                 = { name = 'water_bottle', label = 'Garrafa de Água', weight = 500, type = 'item', image = 'water_bottle.png', unique = false, useable = true, shouldClose = true, description = 'Para todos os sedentos por aí' },
    coffee                       = { name = 'coffee', label = 'Café', weight = 200, type = 'item', image = 'coffee.png', unique = false, useable = true, shouldClose = true, description = 'Carga máxima de cafeína' },
    kurkakola                    = { name = 'kurkakola', label = 'Refrigerante', weight = 500, type = 'item', image = 'cola.png', unique = false, useable = true, shouldClose = true, description = 'Para todos os sedentos por aí' },

    -- Álcool
    beer                         = { name = 'beer', label = 'Cerveja', weight = 500, type = 'item', image = 'beer.png', unique = false, useable = true, shouldClose = true, description = 'Nada melhor que uma cerveja bem gelada!' },
    whiskey                      = { name = 'whiskey', label = 'Whisky', weight = 500, type = 'item', image = 'whiskey.png', unique = false, useable = true, shouldClose = true, description = 'Para todos os sedentos por aí' },
    vodka                        = { name = 'vodka', label = 'Vodka', weight = 500, type = 'item', image = 'vodka.png', unique = false, useable = true, shouldClose = true, description = 'Para todos os sedentos por aí' },
    grape                        = { name = 'grape', label = 'Uva', weight = 100, type = 'item', image = 'grape.png', unique = false, useable = true, shouldClose = false, description = 'Hmmm delicioso, uvas' },
    wine                         = { name = 'wine', label = 'Vinho', weight = 300, type = 'item', image = 'wine.png', unique = false, useable = true, shouldClose = false, description = 'Um bom vinho para beber em uma bela noite' },
    grapejuice                   = { name = 'grapejuice', label = 'Suco de Uva', weight = 200, type = 'item', image = 'grapejuice.png', unique = false, useable = true, shouldClose = false, description = 'Dizem que suco de uva faz bem à saúde' },

    -- Drogas
    joint                        = { name = 'joint', label = 'Baseado', weight = 0, type = 'item', image = 'joint.png', unique = false, useable = true, shouldClose = true, description = 'Sidney ficaria muito orgulhoso de você' },
    cokebaggy                    = { name = 'cokebaggy', label = 'Pacote de Cocaína', weight = 0, type = 'item', image = 'cocaine_baggy.png', unique = false, useable = true, shouldClose = true, description = 'Para ficar feliz bem rápido' },
    crack_baggy                  = { name = 'crack_baggy', label = 'Pacote de Crack', weight = 0, type = 'item', image = 'crack_baggy.png', unique = false, useable = true, shouldClose = true, description = 'Para ficar feliz ainda mais rápido' },
    xtcbaggy                     = { name = 'xtcbaggy', label = 'Pacote de XTC', weight = 0, type = 'item', image = 'xtc_baggy.png', unique = false, useable = true, shouldClose = true, description = 'Manda essas pílulas pra dentro, baby' },
    coke_brick                   = { name = 'coke_brick', label = 'Tijolo de Cocaína', weight = 1000, type = 'item', image = 'coke_brick.png', unique = true, useable = false, shouldClose = true, description = 'Pacote pesado de cocaína, geralmente usado para negociações e ocupa muito espaço' },
    weed_brick                   = { name = 'weed_brick', label = 'Tijolo de Maconha', weight = 1000, type = 'item', image = 'weed_brick.png', unique = false, useable = false, shouldClose = true, description = 'Tijolo de 1KG de maconha para vender a grandes clientes.' },
    coke_small_brick             = { name = 'coke_small_brick', label = 'Pacote de Cocaína', weight = 350, type = 'item', image = 'coke_small_brick.png', unique = true, useable = false, shouldClose = true, description = 'Pequeno pacote de cocaína, geralmente usado para negociações e ocupa muito espaço' },
    oxy                          = { name = 'oxy', label = 'Oxy Prescrito', weight = 0, type = 'item', image = 'oxy.png', unique = false, useable = true, shouldClose = true, description = 'O rótulo foi arrancado' },
    meth                         = { name = 'meth', label = 'Metanfetamina', weight = 100, type = 'item', image = 'meth_baggy.png', unique = false, useable = true, shouldClose = true, description = 'Um pacotinho de metanfetamina' },
    rolling_paper                = { name = 'rolling_paper', label = 'Seda', weight = 0, type = 'item', image = 'rolling_paper.png', unique = false, useable = false, shouldClose = true, description = 'Papel feito especificamente para enrolar e fumar tabaco ou cannabis.' },

    -- Sementes e Maconha
    weed_whitewidow              = { name = 'weed_whitewidow', label = 'White Widow 2g', weight = 200, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = 'Um pacote de maconha com 2g de White Widow' },
    weed_skunk                   = { name = 'weed_skunk', label = 'Skunk 2g', weight = 200, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = 'Um pacote de maconha com 2g de Skunk' },
    weed_purplehaze              = { name = 'weed_purplehaze', label = 'Purple Haze 2g', weight = 200, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = 'Um pacote de maconha com 2g de Purple Haze' },
    weed_ogkush                  = { name = 'weed_ogkush', label = 'OG Kush 2g', weight = 200, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = 'Um pacote de maconha com 2g de OG Kush' },
    weed_amnesia                 = { name = 'weed_amnesia', label = 'Amnesia 2g', weight = 200, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = 'Um pacote de maconha com 2g de Amnesia' },
    weed_ak47                    = { name = 'weed_ak47', label = 'AK47 2g', weight = 200, type = 'item', image = 'weed_baggy.png', unique = false, useable = true, shouldClose = false, description = 'Um pacote de maconha com 2g de AK47' },
    weed_whitewidow_seed         = { name = 'weed_whitewidow_seed', label = 'Semente White Widow', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = false, description = 'Uma semente de maconha White Widow' },
    weed_skunk_seed              = { name = 'weed_skunk_seed', label = 'Semente Skunk', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'Uma semente de maconha Skunk' },
    weed_purplehaze_seed         = { name = 'weed_purplehaze_seed', label = 'Semente Purple Haze', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'Uma semente de maconha Purple Haze' },
    weed_ogkush_seed             = { name = 'weed_ogkush_seed', label = 'Semente OG Kush', weight = 0, type = 'item', image = 'weed_seed.png', unique =false, useable = true, shouldClose = true, description = 'Uma semente de maconha OG Kush' },
    weed_amnesia_seed            = { name = 'weed_amnesia_seed', label = 'Semente Amnesia', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'Uma semente de maconha Amnesia' },
    weed_ak47_seed               = { name = 'weed_ak47_seed', label = 'Semente AK47', weight = 0, type = 'item', image = 'weed_seed.png', unique = false, useable = true, shouldClose = true, description = 'Uma semente de maconha AK47' },
    empty_weed_bag               = { name = 'empty_weed_bag', label = 'Pacote de Maconha Vazio', weight = 0, type = 'item', image = 'weed_baggy_empty.png', unique = false, useable = true, shouldClose = true, description = 'Um pequeno pacote vazio' },
    weed_nutrition               = { name = 'weed_nutrition', label = 'Fertilizante para Plantas', weight = 2000, type = 'item', image = 'weed_nutrition.png', unique = false, useable = true, shouldClose = true, description = 'Nutrição para plantas' },

    -- Material
    plastic                      = { name = 'plastic', label = 'Plástico', weight = 100, type = 'item', image = 'plastic.png', unique = false, useable = false, shouldClose = false, description = 'RECICLE! - Greta Thunberg 2019' },
    metalscrap                   = { name = 'metalscrap', label = 'Sucata de Metal', weight = 100, type = 'item', image = 'metalscrap.png', unique = false, useable = false, shouldClose = false, description = 'Você provavelmente pode fazer algo legal com isso' },
    copper                       = { name = 'copper', label = 'Cobre', weight = 100, type = 'item', image = 'copper.png', unique = false, useable = false, shouldClose = false, description = 'Um belo pedaço de metal que você provavelmente pode usar para alguma coisa' },
    aluminum                     = { name = 'aluminum', label = 'Alumínio', weight = 100, type = 'item', image = 'aluminum.png', unique = false, useable = false, shouldClose = false, description = 'Um belo pedaço de metal que você provavelmente pode usar para alguma coisa' },
    aluminumoxide                = { name = 'aluminumoxide', label = 'Pó de Alumínio', weight = 100, type = 'item', image = 'aluminumoxide.png', unique = false, useable = false, shouldClose = false, description = 'Um pouco de pó para misturar' },
    iron                         = { name = 'iron', label = 'Ferro', weight = 100, type = 'item', image = 'iron.png', unique = false, useable = false, shouldClose = false, description = 'Um pedaço útil de metal que você provavelmente pode usar para alguma coisa' },
    ironoxide                    = { name = 'ironoxide', label = 'Pó de Ferro', weight = 100, type = 'item', image = 'ironoxide.png', unique = false, useable = false, shouldClose = false, description = 'Um pouco de pó para misturar.' },
    steel                        = { name = 'steel', label = 'Aço', weight = 100, type = 'item', image = 'steel.png', unique = false, useable = false, shouldClose = false, description = 'Um belo pedaço de metal que você provavelmente pode usar para alguma coisa' },
    rubber                       = { name = 'rubber', label = 'Borracha', weight = 100, type = 'item', image = 'rubber.png', unique = false, useable = false, shouldClose = false, description = 'Borracha, acredito que você pode fazer seu próprio patinho de borracha com isso :D' },
    glass                        = { name = 'glass', label = 'Vidro', weight = 100, type = 'item', image = 'glass.png', unique = false, useable = false, shouldClose = false, description = 'É muito frágil, cuidado' },
    -- Tools
    lockpick                     = { name = 'lockpick', label = 'Gazua', weight = 300, type = 'item', image = 'lockpick.png', unique = false, useable = true, shouldClose = true, description = 'Muito útil se você perde suas chaves com frequência... ou se quiser usar para outra coisa...' },
    advancedlockpick             = { name = 'advancedlockpick', label = 'Gazua Avançada', weight = 500, type = 'item', image = 'advancedlockpick.png', unique = false, useable = true, shouldClose = true, description = 'Se você perde suas chaves com frequência isso é muito útil... Também serve para abrir suas cervejas' },
    electronickit                = { name = 'electronickit', label = 'Kit Eletrônico', weight = 100, type = 'item', image = 'electronickit.png', unique = false, useable = true, shouldClose = true, description = 'Se você sempre quis construir um robô, talvez possa começar por aqui. Talvez você seja o novo Elon Musk?' },
    gatecrack                    = { name = 'gatecrack', label = 'Gatecrack', weight = 0, type = 'item', image = 'usb_device.png', unique = false, useable = false, shouldClose = true, description = 'Software útil para derrubar algumas barreiras' },
    thermite                     = { name = 'thermite', label = 'Termita', weight = 1000, type = 'item', image = 'thermite.png', unique = false, useable = true, shouldClose = true, description = 'Às vezes você gostaria que tudo queimasse' },
    trojan_usb                   = { name = 'trojan_usb', label = 'USB Trojan', weight = 0, type = 'item', image = 'usb_device.png', unique = false, useable = false, shouldClose = true, description = 'Software útil para desligar alguns sistemas' },
    screwdriverset               = { name = 'screwdriverset', label = 'Caixa de Ferramentas', weight = 1000, type = 'item', image = 'screwdriverset.png', unique = false, useable = false, shouldClose = false, description = 'Muito útil para apertar... parafusos...' },
    drill                        = { name = 'drill', label = 'Furadeira', weight = 20000, type = 'item', image = 'drill.png', unique = false, useable = false, shouldClose = false, description = 'Isso sim é coisa séria...' },
    -- Vehicle Tools
    nitrous                      = { name = 'nitrous', label = 'Nitro', weight = 1000, type = 'item', image = 'nitrous.png', unique = false, useable = true, shouldClose = true, description = 'Acelera, pisa fundo! :D' },
    repairkit                    = { name = 'repairkit', label = 'Kit de Reparo', weight = 2500, type = 'item', image = 'repairkit.png', unique = false, useable = true, shouldClose = true, description = 'Uma bela caixa de ferramentas com itens para reparar seu veículo' },
    advancedrepairkit            = { name = 'advancedrepairkit', label = 'Kit de Reparo Avançado', weight = 4000, type = 'item', image = 'advancedkit.png', unique = false, useable = true, shouldClose = true, description = 'Uma bela caixa de ferramentas com itens para reparar seu veículo' },
    cleaningkit                  = { name = 'cleaningkit', label = 'Kit de Limpeza', weight = 250, type = 'item', image = 'cleaningkit.png', unique = false, useable = true, shouldClose = true, description = 'Um pano de microfibra com sabão deixará seu carro brilhando novamente!' },
    tunerlaptop                  = { name = 'tunerlaptop', label = 'Chip de Tunagem', weight = 2000, type = 'item', image = 'tunerchip.png', unique = true, useable = true, shouldClose = true, description = 'Com este chip de tunagem você pode deixar seu carro turbinado... se souber o que está fazendo' },
    harness                      = { name = 'harness', label = 'Cinto de Corrida', weight = 1000, type = 'item', image = 'harness.png', unique = true, useable = true, shouldClose = true, description = 'Cinto de corrida para que você permaneça no carro aconteça o que acontecer' },
    jerry_can                    = { name = 'jerry_can', label = 'Galão 20L', weight = 20000, type = 'item', image = 'jerry_can.png', unique = false, useable = true, shouldClose = true, description = 'Um galão cheio de combustível' },
    tirerepairkit                = { name = 'tirerepairkit', label = 'Kit de Reparo de Pneus', weight = 1000, type = 'item', image = 'tirerepairkit.png', unique = false, useable = true, shouldClose = true, description = 'Um kit para reparar seus pneus' },
    -- Mechanic Parts
    veh_toolbox                  = { name = 'veh_toolbox', label = 'Toolbox', weight = 1000, type = 'item', image = 'veh_toolbox.png', unique = false, useable = true, shouldClose = true, description = 'Check vehicle status' },
    veh_armor                    = { name = 'veh_armor', label = 'Armor', weight = 1000, type = 'item', image = 'veh_armor.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle armor' },
    veh_brakes                   = { name = 'veh_brakes', label = 'Brakes', weight = 1000, type = 'item', image = 'veh_brakes.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle brakes' },
    veh_engine                   = { name = 'veh_engine', label = 'Engine', weight = 1000, type = 'item', image = 'veh_engine.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle engine' },
    veh_suspension               = { name = 'veh_suspension', label = 'Suspension', weight = 1000, type = 'item', image = 'veh_suspension.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle suspension' },
    veh_transmission             = { name = 'veh_transmission', label = 'Transmission', weight = 1000, type = 'item', image = 'veh_transmission.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle transmission' },
    veh_turbo                    = { name = 'veh_turbo', label = 'Turbo', weight = 1000, type = 'item', image = 'veh_turbo.png', unique = false, useable = true, shouldClose = true, description = 'Install vehicle turbo' },
    veh_interior                 = { name = 'veh_interior', label = 'Interior', weight = 1000, type = 'item', image = 'veh_interior.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle interior' },
    veh_exterior                 = { name = 'veh_exterior', label = 'Exterior', weight = 1000, type = 'item', image = 'veh_exterior.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle exterior' },
    veh_wheels                   = { name = 'veh_wheels', label = 'Wheels', weight = 1000, type = 'item', image = 'veh_wheels.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle wheels' },
    veh_neons                    = { name = 'veh_neons', label = 'Neons', weight = 1000, type = 'item', image = 'veh_neons.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle neons' },
    veh_xenons                   = { name = 'veh_xenons', label = 'Xenons', weight = 1000, type = 'item', image = 'veh_xenons.png', unique = false, useable = true, shouldClose = true, description = 'Upgrade vehicle xenons' },
    veh_tint                     = { name = 'veh_tint', label = 'Tints', weight = 1000, type = 'item', image = 'veh_tint.png', unique = false, useable = true, shouldClose = true, description = 'Install vehicle tint' },
    veh_plates                   = { name = 'veh_plates', label = 'Plates', weight = 1000, type = 'item', image = 'veh_plates.png', unique = false, useable = true, shouldClose = true, description = 'Install vehicle plates' },

    -- Medication
    firstaid                     = { name = 'firstaid', label = 'Kit de Primeiros Socorros', weight = 2500, type = 'item', image = 'firstaid.png', unique = false, useable = true, shouldClose = true, description = 'Você pode usar este kit de primeiros socorros para colocar as pessoas de volta de pé' },
    bandage                      = { name = 'bandage', label = 'Bandagem', weight = 0, type = 'item', image = 'bandage.png', unique = false, useable = true, shouldClose = true, description = 'Uma bandagem funciona sempre' },
    ifaks                        = { name = 'ifaks', label = 'IFAKS', weight = 200, type = 'item', image = 'ifaks.png', unique = false, useable = true, shouldClose = true, description = 'IFAKS para cura e remoção completa do estresse.' },
    painkillers                  = { name = 'painkillers', label = 'Analgésicos', weight = 0, type = 'item', image = 'painkillers.png', unique = false, useable = true, shouldClose = true, description = 'Para dores que você não aguenta mais, tome este comprimido que fará você se sentir ótimo novamente' },
    walkstick                    = { name = 'walkstick', label = 'Bengala', weight = 1000, type = 'item', image = 'walkstick.png', unique = false, useable = true, shouldClose = true, description = 'Bengala para todas as vovós por aí... HAHA' },
    -- Communication
    phone                        = { name = 'phone', label = 'Celular', weight = 700, type = 'item', image = 'phone.png', unique = true, useable = false, shouldClose = false, description = 'Belo celular que você tem aí' },
    radio                        = { name = 'radio', label = 'Rádio', weight = 2000, type = 'item', image = 'radio.png', unique = true, useable = true, shouldClose = true, description = 'Você pode se comunicar através de um sinal' },
    iphone                       = { name = 'iphone', label = 'iPhone', weight = 1000, type = 'item', image = 'iphone.png', unique = false, useable = false, shouldClose = true, description = 'Celular muito caro' },
    samsungphone                 = { name = 'samsungphone', label = 'Samsung S10', weight = 1000, type = 'item', image = 'samsungphone.png', unique = false, useable = false, shouldClose = true, description = 'Celular muito caro' },
    laptop                       = { name = 'laptop', label = 'Notebook', weight = 4000, type = 'item', image = 'laptop.png', unique = false, useable = false, shouldClose = true, description = 'Notebook caro' },
    tablet                       = { name = 'tablet', label = 'Tablet', weight = 2000, type = 'item', image = 'tablet.png', unique = false, useable = false, shouldClose = true, description = 'Tablet caro' },
    fitbit                       = { name = 'fitbit', label = 'Fitbit', weight = 500, type = 'item', image = 'fitbit.png', unique = true, useable = true, shouldClose = true, description = 'Eu gosto de Fitbit' },
    radioscanner                 = { name = 'radioscanner', label = 'Scanner de Rádio', weight = 1000, type = 'item', image = 'radioscanner.png', unique = false, useable = false, shouldClose = true, description = 'Com isso você pode receber alguns alertas da polícia. Porém não é 100% eficaz' },
    pinger                       = { name = 'pinger', label = 'Pinger', weight = 1000, type = 'item', image = 'pinger.png', unique = false, useable = false, shouldClose = true, description = 'Com um pinger e seu celular você pode enviar sua localização' },
    cryptostick                  = { name = 'cryptostick', label = 'Crypto Stick', weight = 200, type = 'item', image = 'cryptostick.png', unique = true, useable = true, shouldClose = true, description = 'Por que alguém compraria dinheiro que não existe... Quantos será que isso contém..?' },
    -- Theft and Jewelry
    rolex                        = { name = 'rolex', label = 'Relógio Dourado', weight = 1500, type = 'item', image = 'rolex.png', unique = false, useable = false, shouldClose = true, description = 'Um relógio dourado parece um grande prêmio para mim!' },
    diamond_ring                 = { name = 'diamond_ring', label = 'Anel de Diamante', weight = 1500, type = 'item', image = 'diamond_ring.png', unique = false, useable = false, shouldClose = true, description = 'Um anel de diamante parece um grande prêmio para mim!' },
    diamond                      = { name = 'diamond', label = 'Diamante', weight = 1000, type = 'item', image = 'diamond.png', unique = false, useable = false, shouldClose = true, description = 'Um diamante parece um grande prêmio para mim!' },
    goldchain                    = { name = 'goldchain', label = 'Corrente Dourada', weight = 1500, type = 'item', image = 'goldchain.png', unique = false, useable = false, shouldClose = true, description = 'Uma corrente dourada parece um grande prêmio para mim!' },
    tenkgoldchain                = { name = 'tenkgoldchain', label = 'Corrente de Ouro 10k', weight = 2000, type = 'item', image = '10kgoldchain.png', unique = false, useable = false, shouldClose = true, description = 'Corrente de ouro 10 quilates' },
    goldbar                      = { name = 'goldbar', label = 'Barra de Ouro', weight = 7000, type = 'item', image = 'goldbar.png', unique = false, useable = false, shouldClose = true, description = 'Parece bem caro para mim' },

    -- Ferramentas Policiais
    armor                        = { name = 'armor', label = 'Colete', weight = 5000, type = 'item', image = 'armor.png', unique = false, useable = true, shouldClose = true, description = 'Um pouco de proteção não faz mal... certo?' },
    heavyarmor                   = { name = 'heavyarmor', label = 'Colete Pesado', weight = 5000, type = 'item', image = 'armor.png', unique = false, useable = true, shouldClose = true, description = 'Um pouco de proteção não faz mal... certo?' },
    handcuffs                    = { name = 'handcuffs', label = 'Algemas', weight = 100, type = 'item', image = 'handcuffs.png', unique = false, useable = true, shouldClose = true, description = 'Muito úteis quando as pessoas se comportam mal. Talvez possam ser usadas para outra coisa?' },
    police_stormram              = { name = 'police_stormram', label = 'Aríete', weight = 18000, type = 'item', image = 'police_stormram.png', unique = false, useable = true, shouldClose = true, description = 'Uma ótima ferramenta para arrombar portas' },
    empty_evidence_bag           = { name = 'empty_evidence_bag', label = 'Saco de Evidências Vazio', weight = 0, type = 'item', image = 'evidence.png', unique = false, useable = false, shouldClose = false, description = 'Muito usado para guardar DNA de sangue, cápsulas de bala e mais' },
    filled_evidence_bag          = { name = 'filled_evidence_bag', label = 'Saco de Evidências', weight = 200, type = 'item', image = 'evidence.png', unique = true, useable = false, shouldClose = false, description = 'Um saco de evidências preenchido para descobrir quem cometeu o crime >:(' },

    -- Fogos de Artifício
    firework1                    = { name = 'firework1', label = '2Brothers', weight = 1000, type = 'item', image = 'firework1.png', unique = false, useable = true, shouldClose = true, description = 'Fogos de artifício' },
    firework2                    = { name = 'firework2', label = 'Poppelers', weight = 1000, type = 'item', image = 'firework2.png', unique = false, useable = true, shouldClose = true, description = 'Fogos de artifício' },
    firework3                    = { name = 'firework3', label = 'WipeOut', weight = 1000, type = 'item', image = 'firework3.png', unique = false, useable = true, shouldClose = true, description = 'Fogos de artifício' },
    firework4                    = { name = 'firework4', label = 'Weeping Willow', weight = 1000, type = 'item', image = 'firework4.png', unique = false, useable = true, shouldClose = true, description = 'Fogos de artifício' },

    -- Ferramentas Marítimas
    dendrogyra_coral             = { name = 'dendrogyra_coral', label = 'Dendrogyra', weight = 1000, type = 'item', image = 'dendrogyra_coral.png', unique = false, useable = false, shouldClose = true, description = 'Também conhecido como coral-pilar' },
    antipatharia_coral           = { name = 'antipatharia_coral', label = 'Antipatharia', weight = 1000, type = 'item', image = 'antipatharia_coral.png', unique = false, useable = false, shouldClose = true, description = 'Também conhecido como coral negro ou coral espinho' },
    diving_gear                  = { name = 'diving_gear', label = 'Equipamento de Mergulho', weight = 30000, type = 'item', image = 'diving_gear.png', unique = true, useable = true, shouldClose = true, description = 'Um tanque de oxigênio e um rebreather' },
    diving_fill                  = { name = 'diving_fill', label = 'Tubo de Mergulho', weight = 3000, type = 'item', image = 'diving_tube.png', unique = true, useable = true, shouldClose = true, description = 'Um tubo de oxigênio e um rebreather' },

    -- Outras Ferramentas
    casinochips                  = { name = 'casinochips', label = 'Fichas de Cassino', weight = 0, type = 'item', image = 'casinochips.png', unique = false, useable = false, shouldClose = false, description = 'Fichas para apostas no cassino' },
    stickynote                   = { name = 'stickynote', label = 'Post-it', weight = 0, type = 'item', image = 'stickynote.png', unique = true, useable = false, shouldClose = false, description = 'Às vezes útil para lembrar de algo :)' },
    moneybag                     = { name = 'moneybag', label = 'Saco de Dinheiro', weight = 0, type = 'item', image = 'moneybag.png', unique = true, useable = true, shouldClose = true, description = 'Um saco cheio de dinheiro' },
    parachute                    = { name = 'parachute', label = 'Paraquedas', weight = 30000, type = 'item', image = 'parachute.png', unique = true, useable = true, shouldClose = true, description = 'O céu é o limite! Uhuu!' },
    binoculars                   = { name = 'binoculars', label = 'Binóculos', weight = 600, type = 'item', image = 'binoculars.png', unique = false, useable = true, shouldClose = true, description = 'Sneaky Breaky...' },
    lighter                      = { name = 'lighter', label = 'Isqueiro', weight = 0, type = 'item', image = 'lighter.png', unique = false, useable = false, shouldClose = true, description = 'Na véspera de ano novo uma bela fogueira para ficar ao lado' },
    certificate                  = { name = 'certificate', label = 'Certificado', weight = 0, type = 'item', image = 'certificate.png', unique = false, useable = false, shouldClose = true, description = 'Certificado que prova que você possui certas coisas' },
    markedbills                  = { name = 'markedbills', label = 'Dinheiro Marcado', weight = 1000, type = 'item', image = 'markedbills.png', unique = true, useable = false, shouldClose = true, description = 'Dinheiro?' },
    labkey                       = { name = 'labkey', label = 'Chave', weight = 500, type = 'item', image = 'labkey.png', unique = true, useable = true, shouldClose = true, description = 'Chave para uma fechadura...?' },
    printerdocument              = { name = 'printerdocument', label = 'Documento', weight = 500, type = 'item', image = 'printerdocument.png', unique = true, useable = true, shouldClose = true, description = 'Um belo documento' },
    newscam                      = { name = 'newscam', label = 'Câmera de Notícias', weight = 100, type = 'item', image = 'newscam.png', unique = true, useable = true, shouldClose = true, description = 'Uma câmera para as notícias' },
    newsmic                      = { name = 'newsmic', label = 'Microfone de Notícias', weight = 100, type = 'item', image = 'newsmic.png', unique = true, useable = true, shouldClose = true, description = 'Um microfone para as notícias' },
    newsbmic                     = { name = 'newsbmic', label = 'Microfone Boom', weight = 100, type = 'item', image = 'newsbmic.png', unique = true, useable = true, shouldClose = true, description = 'Um BoomMic utilizável' },

    -- Fazenda

    ["apple"] 							= {["name"] = "apple",  	     		["label"] = "Apple",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "apple.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["apple_juice"] 					= {["name"] = "apple_juice",  	     	["label"] = "Apple Juice",	 	["weight"] = 100, 		["type"] = "item", 		["image"] = "apple_juice.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["emptycowbucket"] 					= {["name"] = "emptycowbucket",  	    ["label"] = "Empty Bucket",	 	["weight"] = 25, 		["type"] = "item", 		["image"] = "emptybucket.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["milkbucket"] 						= {["name"] = "milkbucket",  	     	["label"] = "Milk Bucket",	 	["weight"] = 75, 		["type"] = "item", 		["image"] = "milkbucket.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["raw_beef"] 						= {["name"] = "raw_beef",  	     		["label"] = "Raw Beef",	 		["weight"] = 25, 		["type"] = "item", 		["image"] = "raw_beef.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["beef"] 							= {["name"] = "beef",  	     			["label"] = "Beef",	 		    ["weight"] = 25, 		["type"] = "item", 		["image"] = "beef.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["milk"] 							= {["name"] = "milk",  	     			["label"] = "Milk",	 		    ["weight"] = 50, 		["type"] = "item", 		["image"] = "milk.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["rawpumpkin"] 						= {["name"] = "rawpumpkin",  	     	["label"] = "Raw Pumpkin",	    ["weight"] = 50, 		["type"] = "item", 		["image"] = "raw_pumpkin.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["pumpkinpiebox"] 					= {["name"] = "pumpkinpiebox",  	    ["label"] = "Box of Pie",	    ["weight"] = 25, 		["type"] = "item", 		["image"] = "pumpkinpiebox.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = {accept = {'weapon_knife'}, reward = 'slicedpie', anim = {['dict'] = 'anim@amb@business@weed@weed_inspecting_high_dry@', ['lib'] = 'weed_inspecting_high_base_inspector', ['text'] = '', ['timeOut'] = 7500,}}, ["description"] = ""},
	["slicedpie"] 						= {["name"] = "slicedpie",  	  		["label"] = "Slice of Pie",	    ["weight"] = 10, 		["type"] = "item", 		["image"] = "slicedpie.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["corncob"] 						= {["name"] = "corncob",  	  			["label"] = "Corn Cob",	    	["weight"] = 15, 		["type"] = "item", 		["image"] = "corncob.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["canofcorn"] 						= {["name"] = "canofcorn",  	  		["label"] = "Can Of Corn",	    ["weight"] = 15, 		["type"] = "item", 		["image"] = "canofcorn.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["grapes"] 							= {["name"] = "grapes",  	  			["label"] = "Grapes",	   		["weight"] = 15, 		["type"] = "item", 		["image"] = "grapes.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["grapejuice"] 						= {["name"] = "grapejuice",  	  		["label"] = "Grape Juice",	    ["weight"] = 15, 		["type"] = "item", 		["image"] = "grapejuice.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["greenpepper"] 					= {["name"] = "greenpepper",  	  		["label"] = "Green Pepper",	    ["weight"] = 15, 		["type"] = "item", 		["image"] = "greenpepper.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["chillypepper"] 					= {["name"] = "chillypepper",  	  		["label"] = "Chilly Pepper",	["weight"] = 15, 		["type"] = "item", 		["image"] = "chillypepper.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["hotsauce"] 						= {["name"] = "hotsauce",  	  			["label"] = "Hot Sauce",	    ["weight"] = 15, 		["type"] = "item", 		["image"] = "hotsauce.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["tomato"] 						    = {["name"] = "tomato",  	  			["label"] = "tomato",	    	["weight"] = 15, 		["type"] = "item", 		["image"] = "tomato.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["tomatopaste"] 					= {["name"] = "tomatopaste",  	  		["label"] = "tomato Paste",	["weight"] = 25, 		["type"] = "item", 		["image"] = "tomatopaste.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["soybeans"] 						= {["name"] = "soybeans",  	  			["label"] = "Soy Beans",	    ["weight"] = 10, 		["type"] = "item", 		["image"] = "soybeans.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["raw_bacon"] 						= {["name"] = "raw_bacon",  	  		["label"] = "Raw Bacon",	    ["weight"] = 25, 		["type"] = "item", 		["image"] = "raw_bacon.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["raw_sausage"] 					= {["name"] = "raw_sausage",  	  		["label"] = "Raw Sausage",	    ["weight"] = 25, 		["type"] = "item", 		["image"] = "raw_sausage.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["raw_pork"] 						= {["name"] = "raw_pork",  	  			["label"] = "Raw Pork",	  	  	["weight"] = 25, 		["type"] = "item", 		["image"] = "raw_pork.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["raw_ham"] 						= {["name"] = "raw_ham",  	  			["label"] = "Raw Ham",	  	  	["weight"] = 25, 		["type"] = "item", 		["image"] = "raw_ham.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["cooked_bacon"] 					= {["name"] = "cooked_bacon",  	  		["label"] = "Cooked Bacon",	    ["weight"] = 25, 		["type"] = "item", 		["image"] = "cooked_bacon.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["cooked_sausage"] 					= {["name"] = "cooked_sausage",  	  	["label"] = "Cooked Sausage",	["weight"] = 25, 		["type"] = "item", 		["image"] = "cooked_sausage.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["cooked_pork"] 					= {["name"] = "cooked_pork",  	  		["label"] = "Cooked Pork",	    ["weight"] = 25, 		["type"] = "item", 		["image"] = "cooked_pork.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["cooked_ham"] 						= {["name"] = "cooked_ham",  	  		["label"] = "Cooked Ham",	    ["weight"] = 25, 		["type"] = "item", 		["image"] = "cooked_ham.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["pig_leather"]						= {["name"] = "pig_leather",  	  		["label"] = "Pig Skin",	   		["weight"] = 50, 		["type"] = "item", 		["image"] = "pig_leather.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
	["cow_leather"]						= {["name"] = "cow_leather",  	  		["label"] = "Cow Skin",	  		["weight"] = 50, 		["type"] = "item", 		["image"] = "cow_leather.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},

    -- Bancadas de Craft
    item_bench = {name = "item_bench", label = "Bancada de Trabalho", weight = 15000, type = "item", image = "workbench.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "Uma bancada de trabalho para fabricar itens."},
    attachment_bench = {name = "attachment_bench", label = "Bancada de Acessórios", weight = 15000, type = "item", image = "attworkbench.png", unique = true, useable = true, shouldClose = false, combinable = nil, description = "Uma bancada para fabricar acessórios."},
}