qs-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.

qs-inventory/shared/items.lua

["outfitbag"] = {
    ["name"] = "outfitbag",
    ["label"] = "Outfit Bag",
    ["weight"] = 1000,
    ["type"] = "item",
    ["image"] = "outfitbag.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A portable bag for storing and changing outfits anywhere."
},

Last updated