Documentation for this module may be created at Module:Item/Type/doc
local p = { -- ClothingType | NAME ["clothingType"] = { [0] = {"Hat"}, [1] = {"Shirt"}, [2] = {"Pants"}, [3] = {"Feet"}, [4] = {"Face"}, [5] = {"Hand"}, [6] = {"Back"}, [7] = {"Hair"}, [8] = {"Chest"}, }, } return p