customTattoo.lua

config.customTattooList = {
    male = {
        {
            label = "Custom Left Hand 1",
            tattooCollectionHash = `mpbusiness_overlays`,
            tattooName = "MP_Buis_M_LeftArm_000",
            updateGroup = "-454273031", -- config.tattoo.hashToZone (for ui)
            price = 29500,
        },
    },
    female = {
        {
            label = "Custom Left Hand 1",
            tattooCollectionHash = `mpbusiness_overlays`,
            tattooName = "MP_Buis_M_LeftArm_000",
            updateGroup = "-454273031", -- config.tattoo.hashToZone (for ui)
            price = 29500,
        },
    },
}

Last updated