qb-inventory

The images for these items can always be found in a folder named [images] within the previously downloaded package. Make sure to use these images to ensure consistency and a seamless experience for players on your server.

['tradingcard_psa']              = {
        ['name'] = 'tradingcard_psa',
        ['label'] = 'Card Psa',
        ['weight'] = 50,
        ['type'] = 'item',
        ['image'] = 'tradingcard_psa.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Letter verified with PSA, lets wait for your qualification!'
    },
    ['tradingcard_stash']              = {
        ['name'] = 'tradingcard_stash',
        ['label'] = 'Card Book',
        ['weight'] = 50,
        ['type'] = 'item',
        ['image'] = 'tradingcard_stash.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Album for collectible cards!'
    },
    ['tradingcard_basic']            = {
        ['name'] = 'tradingcard_basic',
        ['label'] = 'Card Basic',
        ['weight'] = 10,
        ['type'] = 'item',
        ['image'] = 'tradingcard_basic.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Basic letter, it will serve for your collection'
    },
    ['tradingcard_rare']             = {
        ['name'] = 'tradingcard_rare',
        ['label'] = 'Card Rare',
        ['weight'] = 10,
        ['type'] = 'item',
        ['image'] = 'tradingcard_rare.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'This letter is strange, how crazy...'
    },
    ['tradingcard_legendary']        = {
        ['name'] = 'tradingcard_legendary',
        ['label'] = 'Card Legendary',
        ['weight'] = 10,
        ['type'] = 'item',
        ['image'] = 'tradingcard_legendary.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'A card of peculiar rarity, I would say legendary!'
    },
    ['tradingcard_booster_pack']    = {
        ['name'] = 'tradingcard_booster_pack',
        ['label'] = 'Card Booster Pack',
        ['weight'] = 50,
        ['type'] = 'item',
        ['image'] = 'tradingcard_booster_pack.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Pack with random TCG cards'
    },
    ['tradingcard_booster_legends']    = {
        ['name'] = 'tradingcard_booster_legends',
        ['label'] = 'Card Booster Legends',
        ['weight'] = 50,
        ['type'] = 'item',
        ['image'] = 'tradingcard_booster_legends.png',
        ['unique'] = true,
        ['useable'] = true,
        ['shouldClose'] = true,
        ['combinable'] = nil,
        ['description'] = 'Pack with random TCG cards'
    },

Last updated