I fell victim to this so I wanted to put it out there. The
guide for creating the JSON file says...
“bustType” → represents the bust type (size) of the girl. Five possible values: “tiny”, “small”,”medium”, “big” or “very_big”. “eyeColor”→ represents the color of the eyes of the girl. Five possible values: “black”, “brown”, “blue”, “green” or “hazel”. “hairColor”→ represents the color of the hair of the girl. Four possible values: “black”, “brunette”, “blond” or “red”.
“bodyType”→ represents the body type of the girl. Five possible values: “petite”, “athletic”, “average”, “voluptuous” or “thick”. “skinComplexion”→ represents the complexion of the skin of the girl. Three possible values: “light”, “olive” or “dark”.
Notice hairColor is "blond", and not "blonde" with an e. If you use blonde in the JSON it will default to Black.
Same for hair color. If you use "brown" for hair color instead of "brunette" it will default to Black.
I was sloppy in a couple of my girlpacks and noticed the hair and eyes were not correct and found my mistakes. I needed to pay attention to detail.