OutfitProperty = {}
OutfitProperty["Hair Color"] = 0
OutfitProperty["Skin Color"] = 1
OutfitProperty["Eye Color"] = 2
OutfitProperty["Facial Hair"] = 3
OutfitProperty.Glasses = 4
OutfitProperty.Makeup = 5
OutfitProperty["Full Face Makeup"] = 6
OutfitProperty.Hat = 7
OutfitProperty.Tattoos = 8
OutfitProperty["Nose Ring"] = 9
OutfitProperty["Pet Collar"] = 10
OutfitType = {}
OutfitType.Casual1 = 1
OutfitType.Casual2 = 2
OutfitType.Casual3 = 4
OutfitType.Swimsuit = 8
OutfitType.Formal = 32
OutfitType.Pajamas = 16
OutfitType.Underwear = 64
OutfitType.Naked = 128
OutfitType["Gym Clothes"] = 512
OutfitType.Maternity = 256
OutfitType["Try-on"] = 1024
OutfitType[-1] = 1
OutfitType[0] = 1
OutfitType[1] = 128
OutfitType[2] = 8
OutfitType[3] = 512
OutfitType[4] = 32
OutfitType[5] = 16
OutfitType[6] = 1024
OutfitType[7] = 1
OutfitType[8] = 256
OutfitType[9] = 2
OutfitType[10] = 4
OutfitType[11] = 64
OutfitHairColor = {}
OutfitHairColor.Unknown = 0
OutfitHairColor.Custom = 1
OutfitHairColor.Black = 2
OutfitHairColor.Brown = 3
OutfitHairColor.Blond = 4
OutfitHairColor.Red = 5
OutfitHairColor.Grey = 6
OutfitHairColor.Dyed = 7
OutfitSkinColor = {}
OutfitSkinColor.Unknown = 0
OutfitSkinColor.Custom = 1
OutfitSkinColor.Light = 2
OutfitSkinColor.Medium = 3
OutfitSkinColor["Medium Dark"] = 4
OutfitSkinColor.Dark = 5
OutfitSkinColor.Alien = 6
OutfitSkinColor.Zombie = 7
OutfitEyeColor = {}
OutfitEyeColor.Unknown = 0
OutfitEyeColor.Custom = 1
OutfitEyeColor.Green = 2
OutfitEyeColor.Brown = 3
OutfitEyeColor["Light Blue"] = 4
OutfitEyeColor["Dark Blue"] = 5
OutfitEyeColor.Gray = 6
OutfitEyeColor.Alien = 7

