Easier way to do a bunch of incompatibilities #192
Unanswered
jewvenchy
asked this question in
Help + Q&A
Replies: 1 comment 1 reply
-
I'm not sure, but I would try separating each trait by color into their own folders. keeping the name of the color folders the same. -Trait A const incompatible = { This way, whatever trait color comes first, won't come up again in higher traits. let us know if it works! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
i was wondering if there's a way to set incompatibilities but for a whole batch
for example I have sets of color divided into 3 "types" ie base, bright, soft.
inside of these color sets there are 5 diff traits exported in like 20+ colors specific to that color set. so it's:
i want it so that traits A-E are never the same color. for example:
token 1 is the base color set, it has trait A as color 1, so trait B-E can never be color 1
token 1 trait B is color 5, so trait C-E can't be color 1 or color 5
is there a better way to do this or anything I can do besides doing it individually for literally every single layer?
ie:
thank you very much
Beta Was this translation helpful? Give feedback.
All reactions