Config.diseasesTransmission = {
enabled = true,
-- Radius of the check
checkRadius = 3.0,
checkRate = 1,
-- Clothes protection levels (0.0 to 1.0)
clothesProtection = {
-- Gloves
[0xEABE0032] = { protection = 0.2 }, -- 20% protection boost
-- Masks
[0x7505EF42] = { protection = 0.8 }, -- 80% protection boost
-- Neckwear
[0x5FC29285] = { protection = 0.8 }, -- 80% protection boost
-- Bandana (Checks whether pulled up/down dynamically)
['bandana'] = { protection = 1.0 } -- 100% protection boost
}
}