Using the same trait-type name multiple times in each image #153
Unanswered
jjclay
asked this question in
Help + Q&A
Replies: 1 comment
-
Why not just duplicate the layer 4 times?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I've tried every scenario I can think of and am not sure if this is possible. I would like to have multiple trait-type: "accessory" on one image, like this:
I know that if I set useRootTraitType to true I can use the root directory "accessory" for different types of accessories all located in sub-directories under "accessory". The problem is, if the sub-directories are not weighted (i.e. #100.png), the root directory name is not used and I'm back to having separate trait-types for each accessory. If they are weighted, then only one trait will be picked from all of the sub-directories. I would like at least 1 pick from each of the sub-directories, giving the image multiple accessories as in the attached example. Is it possible to do what I'm asking?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions