module RotatorsClothing
{
	item Hat_BaseballCapRotators
	{
		DisplayCategory = Accessory,
		itemType = base:clothing,
		BodyLocation = Hat,
		ClothingItem = Hat_BaseballCapRotators,
		ClothingItemExtra = Hat_BaseballCapRotators_Reverse,
		ClothingItemExtraOption = ReverseCap,
		ClothingExtraSubmenu = ForwardCap,
		IconsForTexture = BaseballCapBlack,
		CanHaveHoles = false,
		ChanceToFall = 60,
		Insulation = 0.10,
		Weight = 0.5,
	}

	item Hat_BaseballCapRotators_Reverse
	{
		DisplayCategory = Accessory,
		itemType = base:clothing,
		BodyLocation = Hat,
		ClothingItem = Hat_BaseballCapRotators_Reverse,
		ClothingItemExtra = Hat_BaseballCapRotators,
		ClothingExtraSubmenu = ReverseCap,
		ClothingItemExtraOption = ForwardCap,
		IconsForTexture = BaseballCapBlack,
		CanHaveHoles = false,
		ChanceToFall = 60,
		Insulation = 0.10,
		Weight = 0.5,
	}
}
