qb-inventory

You'll find the item images in web/build/assets/img/all/. Move those .png files into qb-inventory/html/images.

After that, import the corresponding item definitions into qb-core/shared/items.lua.

QBShared = QBShared or {}
QBShared.Items = {
    -- Furniture - Seating
    ['apa_mp_h_stn_sofa_daybed_01'] = {
        ['name'] = 'apa_mp_h_stn_sofa_daybed_01',
        ['label'] = 'Daybed Sofa',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_stn_sofa_daybed_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A comfortable daybed sofa for your home'
    },
    ['hei_heist_stn_sofa3seat_01'] = {
        ['name'] = 'hei_heist_stn_sofa3seat_01',
        ['label'] = 'Three-Seat Sofa',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('hei_heist_stn_sofa3seat_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A three-seat sofa for your living room'
    },
    ['p_res_sofa_l_s'] = {
        ['name'] = 'p_res_sofa_l_s',
        ['label'] = 'L-Shaped Sofa',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('p_res_sofa_l_s') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'An L-shaped sofa perfect for corners'
    },
    ['prop_yaught_sofa_01'] = {
        ['name'] = 'prop_yaught_sofa_01',
        ['label'] = 'Yacht Sofa',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_yaught_sofa_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A luxurious yacht-style sofa'
    },
    ['apa_mp_h_din_chair_09'] = {
        ['name'] = 'apa_mp_h_din_chair_09',
        ['label'] = 'Dining Chair 09',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_din_chair_09') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A modern dining chair'
    },
    ['apa_mp_h_stn_chairarm_11'] = {
        ['name'] = 'apa_mp_h_stn_chairarm_11',
        ['label'] = 'Stone Chairarm 11',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_stn_chairarm_11') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stone armchair for your living room'
    },
    ['apa_mp_h_stn_chairstool_12'] = {
        ['name'] = 'apa_mp_h_stn_chairstool_12',
        ['label'] = 'Stone Chairstool 12',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_stn_chairstool_12') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stone stool chair for your home'
    },
    ['ex_prop_offchair_exec_01'] = {
        ['name'] = 'ex_prop_offchair_exec_01',
        ['label'] = 'Office Chair',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('ex_prop_offchair_exec_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'An executive office chair'
    },
    ['p_dinechair_01_s'] = {
        ['name'] = 'p_dinechair_01_s',
        ['label'] = 'Dining Chair',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('p_dinechair_01_s') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A classic dining chair'
    },
    ['prop_chair_02'] = {
        ['name'] = 'prop_chair_02',
        ['label'] = 'Chair 02',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_chair_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A standard chair for your home'
    },
    ['prop_chair_08'] = {
        ['name'] = 'prop_chair_08',
        ['label'] = 'Chair 08',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_chair_08') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stylish chair for your living room'
    },
    ['prop_direct_chair_01'] = {
        ['name'] = 'prop_direct_chair_01',
        ['label'] = 'Direct Chair',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_direct_chair_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A director-style chair'
    },
    ['prop_old_deck_chair'] = {
        ['name'] = 'prop_old_deck_chair',
        ['label'] = 'Old Deck Chair',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_old_deck_chair') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'An old-fashioned deck chair for outdoor relaxation'
    },
    ['v_corp_cd_chair'] = {
        ['name'] = 'v_corp_cd_chair',
        ['label'] = 'CD Chair',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_corp_cd_chair') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A corporate CD chair'
    },
    ['xm_int_lev_sub_chair_01'] = {
        ['name'] = 'xm_int_lev_sub_chair_01',
        ['label'] = 'Submarine Chair',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('xm_int_lev_sub_chair_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A submarine-style chair'
    },
    ['hei_heist_stn_benchshort'] = {
        ['name'] = 'hei_heist_stn_benchshort',
        ['label'] = 'Bench Short',
        ['weight'] = 25000,
        ['type'] = 'item',
        ['image'] = GetHashKey('hei_heist_stn_benchshort') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A short bench for multiple seating'
    },

    -- Tables
    ['apa_mp_h_din_table_06'] = {
        ['name'] = 'apa_mp_h_din_table_06',
        ['label'] = 'Dining Table 06',
        ['weight'] = 40000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_din_table_06') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A modern dining table for your home'
    },
    ['apa_mp_h_tab_coffee_08'] = {
        ['name'] = 'apa_mp_h_tab_coffee_08',
        ['label'] = 'Coffee Table 08',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_tab_coffee_08') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stylish coffee table for your living room'
    },
    ['apa_mp_h_yacht_coffee_table_02'] = {
        ['name'] = 'apa_mp_h_yacht_coffee_table_02',
        ['label'] = 'Yacht Coffee Table 02',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_yacht_coffee_table_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A luxurious yacht-style coffee table'
    },
    ['prop_fbi3_coffee_table'] = {
        ['name'] = 'prop_fbi3_coffee_table',
        ['label'] = 'Coffee Table',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_fbi3_coffee_table') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A sleek coffee table'
    },
    ['prop_table_01'] = {
        ['name'] = 'prop_table_01',
        ['label'] = 'Table 01',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_table_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A standard table for your home'
    },
    ['prop_table_04_chr'] = {
        ['name'] = 'prop_table_04_chr',
        ['label'] = 'Table 04 Chr',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_table_04_chr') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative table'
    },
    ['prop_table_06'] = {
        ['name'] = 'prop_table_06',
        ['label'] = 'Table 06',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_table_06') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stylish table for your home'
    },
    ['prop_table_08'] = {
        ['name'] = 'prop_table_08',
        ['label'] = 'Table 08',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_table_08') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A modern table design'
    },
    ['prop_table_para_comb_02'] = {
        ['name'] = 'prop_table_para_comb_02',
        ['label'] = 'Table Para Comb 02',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_table_para_comb_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A combination parasol table'
    },
    ['prop_tri_table_01'] = {
        ['name'] = 'prop_tri_table_01',
        ['label'] = 'Tri Table',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_tri_table_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A triangular table design'
    },
    ['prop_yacht_table_03'] = {
        ['name'] = 'prop_yacht_table_03',
        ['label'] = 'Yacht Table 03',
        ['weight'] = 40000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_yacht_table_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A yacht-style table'
    },

    -- Bedroom
    ['apa_mp_h_bed_wide_05'] = {
        ['name'] = 'apa_mp_h_bed_wide_05',
        ['label'] = 'Wide Bed',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_bed_wide_05') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A spacious wide bed for your bedroom'
    },
    ['apa_mp_h_yacht_bed_02'] = {
        ['name'] = 'apa_mp_h_yacht_bed_02',
        ['label'] = 'Yacht Bed 2',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_yacht_bed_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A luxurious yacht-style bed'
    },
    ['gr_prop_bunker_bed_01'] = {
        ['name'] = 'gr_prop_bunker_bed_01',
        ['label'] = 'Bunker Bed',
        ['weight'] = 80000,
        ['type'] = 'item',
        ['image'] = GetHashKey('gr_prop_bunker_bed_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A sturdy bunker-style bed'
    },
    ['v_res_msonbed_s'] = {
        ['name'] = 'v_res_msonbed_s',
        ['label'] = 'Michael\'s Bed',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_res_msonbed_s') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A bed styled like Michael\'s'
    },

    -- Storage
    ['apa_mp_h_str_shelfwallm_01'] = {
        ['name'] = 'apa_mp_h_str_shelfwallm_01',
        ['label'] = 'Shelf Wall',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_str_shelfwallm_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A wall-mounted shelf for storage'
    },
    ['hei_heist_bed_chestdrawer_04'] = {
        ['name'] = 'hei_heist_bed_chestdrawer_04',
        ['label'] = 'Chest Drawer',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('hei_heist_bed_chestdrawer_04') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A chest drawer for your bedroom'
    },
    ['hei_heist_str_sideboardl_02'] = {
        ['name'] = 'hei_heist_str_sideboardl_02',
        ['label'] = 'Sideboard 02',
        ['weight'] = 45000,
        ['type'] = 'item',
        ['image'] = GetHashKey('hei_heist_str_sideboardl_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stylish sideboard for storage'
    },
    ['hei_heist_str_sideboardl_05'] = {
        ['name'] = 'hei_heist_str_sideboardl_05',
        ['label'] = 'Sideboard 05',
        ['weight'] = 45000,
        ['type'] = 'item',
        ['image'] = GetHashKey('hei_heist_str_sideboardl_05') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A modern sideboard for your home'
    },
    ['apa_mp_h_str_sideboardl_13'] = {
        ['name'] = 'apa_mp_h_str_sideboardl_13',
        ['label'] = 'Sideboard 13',
        ['weight'] = 45000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_str_sideboardl_13') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A luxury sideboard for storage'
    },
    ['vw_prop_vw_key_cabinet_01a'] = {
        ['name'] = 'vw_prop_vw_key_cabinet_01a',
        ['label'] = 'Key Cabinet',
        ['weight'] = 20000,
        ['type'] = 'item',
        ['image'] = GetHashKey('vw_prop_vw_key_cabinet_01a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A cabinet for storing keys'
    },

    -- Electronics
    ['ex_prop_tv_settop_remote'] = {
        ['name'] = 'ex_prop_tv_settop_remote',
        ['label'] = 'TV Remote',
        ['weight'] = 1000,
        ['type'] = 'item',
        ['image'] = GetHashKey('ex_prop_tv_settop_remote') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A remote control for your TV'
    },
    ['bkr_prop_clubhouse_laptop_01a'] = {
        ['name'] = 'bkr_prop_clubhouse_laptop_01a',
        ['label'] = 'Clubhouse Laptop',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('bkr_prop_clubhouse_laptop_01a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A laptop for your clubhouse'
    },
    ['v_ind_ss_laptop'] = {
        ['name'] = 'v_ind_ss_laptop',
        ['label'] = 'Laptop',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_ind_ss_laptop') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A standard laptop'
    },
    ['xm_prop_x17_computer_02'] = {
        ['name'] = 'xm_prop_x17_computer_02',
        ['label'] = 'Computer 2',
        ['weight'] = 25000,
        ['type'] = 'item',
        ['image'] = GetHashKey('xm_prop_x17_computer_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A desktop computer'
    },
    ['prop_cs_mouse_01'] = {
        ['name'] = 'prop_cs_mouse_01',
        ['label'] = 'Computer Mouse',
        ['weight'] = 1000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_cs_mouse_01') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A computer mouse'
    },
    ['prop_cs_cctv'] = {
        ['name'] = 'prop_cs_cctv',
        ['label'] = 'CCTV Camera',
        ['weight'] = 5000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_cs_cctv') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A CCTV camera for surveillance'
    },

    -- Entertainment
    ['bkr_prop_clubhouse_jukebox_02a'] = {
        ['name'] = 'bkr_prop_clubhouse_jukebox_02a',
        ['label'] = 'Jukebox C',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('bkr_prop_clubhouse_jukebox_02a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A jukebox for your clubhouse'
    },
    ['prop_acc_guitar_01'] = {
        ['name'] = 'prop_acc_guitar_01',
        ['label'] = 'Guitar',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_acc_guitar_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'An acoustic guitar'
    },
    ['vw_prop_vw_colle_pogo'] = {
        ['name'] = 'vw_prop_vw_colle_pogo',
        ['label'] = 'Pogo Collectible',
        ['weight'] = 5000,
        ['type'] = 'item',
        ['image'] = GetHashKey('vw_prop_vw_colle_pogo') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A collectible pogo figure'
    },

    -- Kitchen
    ['prop_bar_fridge_03'] = {
        ['name'] = 'prop_bar_fridge_03',
        ['label'] = 'Bar Fridge 03',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bar_fridge_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A bar fridge for your drinks'
    },
    ['prop_trailr_fridge'] = {
        ['name'] = 'prop_trailr_fridge',
        ['label'] = 'Trailer Fridge',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_trailr_fridge') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A fridge for your trailer'
    },
    ['v_ret_ml_fridge'] = {
        ['name'] = 'v_ret_ml_fridge',
        ['label'] = 'ML Fridge',
        ['weight'] = 100000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_ret_ml_fridge') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A standard refrigerator'
    },
    ['prop_micro_02'] = {
        ['name'] = 'prop_micro_02',
        ['label'] = 'Microwave 02',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_micro_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A microwave for heating food'
    },
    ['prop_bar_sink_01'] = {
        ['name'] = 'prop_bar_sink_01',
        ['label'] = 'Bar Sink',
        ['weight'] = 40000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bar_sink_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A sink for your bar area'
    },
    ['v_res_mbsink'] = {
        ['name'] = 'v_res_mbsink',
        ['label'] = 'MB Sink',
        ['weight'] = 40000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_res_mbsink') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A modern bathroom sink'
    },
    ['prop_w_me_knife_01'] = {
        ['name'] = 'prop_w_me_knife_01',
        ['label'] = 'ME Knife',
        ['weight'] = 2000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_w_me_knife_01') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A kitchen knife'
    },
    ['v_res_mkniferack'] = {
        ['name'] = 'v_res_mkniferack',
        ['label'] = 'Knife Rack',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_res_mkniferack') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A rack for storing knives'
    },

    -- Bathroom
    ['prop_toilet_02'] = {
        ['name'] = 'prop_toilet_02',
        ['label'] = 'Toilet 02',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_toilet_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A standard toilet'
    },
    ['prop_rub_washer_01'] = {
        ['name'] = 'prop_rub_washer_01',
        ['label'] = 'Washer',
        ['weight'] = 80000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_rub_washer_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A washing machine for your clothes'
    },
    ['prop_washer_03'] = {
        ['name'] = 'prop_washer_03',
        ['label'] = 'Washer 03',
        ['weight'] = 80000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_washer_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A modern washing machine'
    },
    ['p_int_jewel_mirror'] = {
        ['name'] = 'p_int_jewel_mirror',
        ['label'] = 'Jewel Mirror',
        ['weight'] = 20000,
        ['type'] = 'item',
        ['image'] = GetHashKey('p_int_jewel_mirror') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'An elegant jewel-styled mirror'
    },
    ['prop_toilet_roll_01'] = {
        ['name'] = 'prop_toilet_roll_01',
        ['label'] = 'Toilet Roll 01',
        ['weight'] = 1000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_toilet_roll_01') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A roll of toilet paper'
    },
    ['prop_towel_rail_01'] = {
        ['name'] = 'prop_towel_rail_01',
        ['label'] = 'Towel Rail 01',
        ['weight'] = 8000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_towel_rail_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A rail for hanging towels'
    },
    ['prop_ftowel_01'] = {
        ['name'] = 'prop_ftowel_01',
        ['label'] = 'Towel 01',
        ['weight'] = 2000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_ftowel_01') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A bathroom towel'
    },
    ['prop_tint_towel'] = {
        ['name'] = 'prop_tint_towel',
        ['label'] = 'Tint Towel',
        ['weight'] = 2000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_tint_towel') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A tinted towel for your bathroom'
    },

    -- Decoration
    ['apa_p_h_acc_artwalls_03'] = {
        ['name'] = 'apa_p_h_acc_artwalls_03',
        ['label'] = 'Art Wall Small',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_p_h_acc_artwalls_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A small piece of wall art'
    },
    ['ex_office_swag_paintings02'] = {
        ['name'] = 'ex_office_swag_paintings02',
        ['label'] = 'Office Painting 2',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('ex_office_swag_paintings02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A painting for your office'
    },
    ['apa_mp_h_acc_rugwooll_03'] = {
        ['name'] = 'apa_mp_h_acc_rugwooll_03',
        ['label'] = 'Wool Rug',
        ['weight'] = 20000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_acc_rugwooll_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A large wool rug for your floor'
    },
    ['apa_mp_h_acc_rugwoolm_03'] = {
        ['name'] = 'apa_mp_h_acc_rugwoolm_03',
        ['label'] = 'Medium Rug 3',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_acc_rugwoolm_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A medium-sized rug for your floor'
    },
    ['apa_mp_h_acc_rugwools_03'] = {
        ['name'] = 'apa_mp_h_acc_rugwools_03',
        ['label'] = 'Small Rug 2',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_acc_rugwools_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A small rug for your floor'
    },
    ['ex_office_citymodel_01'] = {
        ['name'] = 'ex_office_citymodel_01',
        ['label'] = 'City Model',
        ['weight'] = 25000,
        ['type'] = 'item',
        ['image'] = GetHashKey('ex_office_citymodel_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A scale model of the city'
    },
    ['v_ret_ml_chips1'] = {
        ['name'] = 'v_ret_ml_chips1',
        ['label'] = 'Chips',
        ['weight'] = 1000,
        ['type'] = 'item',
        ['image'] = GetHashKey('v_ret_ml_chips1') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A bag of chips for snacking'
    },

    -- Lighting
    ['apa_mp_h_floorlamp_a'] = {
        ['name'] = 'apa_mp_h_floorlamp_a',
        ['label'] = 'Floor Lamp A',
        ['weight'] = 25000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_floorlamp_a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A floor lamp for your home'
    },
    ['vw_prop_casino_art_lampf_01a'] = {
        ['name'] = 'vw_prop_casino_art_lampf_01a',
        ['label'] = 'Casino Art Lamp',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('vw_prop_casino_art_lampf_01a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative casino-style art lamp'
    },
    ['h4_prop_battle_lights_wall_l_b'] = {
        ['name'] = 'h4_prop_battle_lights_wall_l_b',
        ['label'] = 'Wall Light',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('h4_prop_battle_lights_wall_l_b') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A wall-mounted light fixture'
    },
    ['prop_beer_neon_01'] = {
        ['name'] = 'prop_beer_neon_01',
        ['label'] = 'Neon Beer Sign',
        ['weight'] = 20000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_beer_neon_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A neon beer sign for your wall'
    },

    -- Plants
    ['apa_mp_h_acc_plant_tall_01'] = {
        ['name'] = 'apa_mp_h_acc_plant_tall_01',
        ['label'] = 'Tall Plant',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('apa_mp_h_acc_plant_tall_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A tall decorative plant'
    },
    ['p_int_jewel_plant_01'] = {
        ['name'] = 'p_int_jewel_plant_01',
        ['label'] = 'Jewel Plant',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('p_int_jewel_plant_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative jewel plant'
    },
    ['vw_prop_casino_art_plant_01a'] = {
        ['name'] = 'vw_prop_casino_art_plant_01a',
        ['label'] = 'Casino Art Plant',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('vw_prop_casino_art_plant_01a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative casino-style plant'
    },
    ['prop_bush_lrg_01c'] = {
        ['name'] = 'prop_bush_lrg_01c',
        ['label'] = 'Large Bush',
        ['weight'] = 20000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bush_lrg_01c') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A large decorative bush'
    },
    ['prop_bush_lrg_01e_cr2'] = {
        ['name'] = 'prop_bush_lrg_01e_cr2',
        ['label'] = 'Large Bush CR2',
        ['weight'] = 20000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bush_lrg_01e_cr2') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A large decorative bush variant'
    },
    ['prop_bush_med_05'] = {
        ['name'] = 'prop_bush_med_05',
        ['label'] = 'Medium Bush 05',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bush_med_05') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A medium-sized decorative bush'
    },
    ['prop_bush_neat_02'] = {
        ['name'] = 'prop_bush_neat_02',
        ['label'] = 'Neat Bush 02',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bush_neat_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A neat, well-trimmed bush'
    },
    ['prop_bush_neat_07'] = {
        ['name'] = 'prop_bush_neat_07',
        ['label'] = 'Neat Bush 07',
        ['weight'] = 10000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_bush_neat_07') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A neat, well-trimmed bush variant'
    },
    ['prop_fbibombplant'] = {
        ['name'] = 'prop_fbibombplant',
        ['label'] = 'FBI Bomb Plant',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_fbibombplant') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative plant from the FBI building'
    },
    ['prop_prop_tree_02'] = {
        ['name'] = 'prop_prop_tree_02',
        ['label'] = 'Prop Tree 02',
        ['weight'] = 30000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_prop_tree_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative prop tree'
    },
    ['prop_tree_birch_05'] = {
        ['name'] = 'prop_tree_birch_05',
        ['label'] = 'Birch Tree 05',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_tree_birch_05') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative birch tree'
    },
    ['prop_tree_jacada_02'] = {
        ['name'] = 'prop_tree_jacada_02',
        ['label'] = 'Jacada Tree',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_tree_jacada_02') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative jacada tree'
    },
    ['prop_tree_mquite_01'] = {
        ['name'] = 'prop_tree_mquite_01',
        ['label'] = 'Mesquite Tree',
        ['weight'] = 35000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_tree_mquite_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A decorative mesquite tree'
    },
    ['test_tree_forest_trunk_base_01'] = {
        ['name'] = 'test_tree_forest_trunk_base_01',
        ['label'] = 'Forest Trunk Base',
        ['weight'] = 40000,
        ['type'] = 'item',
        ['image'] = GetHashKey('test_tree_forest_trunk_base_01') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A forest tree trunk base'
    },

    -- Utility
    ['ng_proc_paintcan01a'] = {
        ['name'] = 'ng_proc_paintcan01a',
        ['label'] = 'Paint Can',
        ['weight'] = 5000,
        ['type'] = 'item',
        ['image'] = GetHashKey('ng_proc_paintcan01a') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A can of paint for home decoration'
    },
    ['prop_paint_wpaper01'] = {
        ['name'] = 'prop_paint_wpaper01',
        ['label'] = 'Wallpaper',
        ['weight'] = 5000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_paint_wpaper01') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Wallpaper for room decoration'
    },
    ['prop_coke_block_half_a'] = {
        ['name'] = 'prop_coke_block_half_a',
        ['label'] = 'Coke Block',
        ['weight'] = 5000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_coke_block_half_a') .. ".png",
        ['unique'] = false,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A brick of cocaine'
    },

    -- Speakers
    ['prop_speaker_03'] = {
        ['name'] = 'prop_speaker_03',
        ['label'] = 'Speaker 3',
        ['weight'] = 15000,
        ['type'] = 'item',
        ['image'] = GetHashKey('prop_speaker_03') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A speaker for your home audio system'
    },
    ['stt_prop_speakerstack_01a'] = {
        ['name'] = 'stt_prop_speakerstack_01a',
        ['label'] = 'Speaker Stack',
        ['weight'] = 50000,
        ['type'] = 'item',
        ['image'] = GetHashKey('stt_prop_speakerstack_01a') .. ".png",
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A stack of speakers for parties or events'
    }
}

Last updated