I am doing a bit of research on randomized avatar creation and I want to calculate all the possible combinations, knowing that are available
2 base models (male, female) 8 background 43 clothes 6 earring 23 eyes 19 fur 36 hat 33 mouth
Also I would like to know how many unique combinations are there and for unique we mean an avatar that has at least 3 different traits (i.e. two avatars that are exactly the same apart from just the background, is not considered unique).
I have approached the first question just multiplying all the traits but I am not sure if it is correct. For the second question I couldn't come up with the right approach... Thanks!