Replies: 2 comments
-
There isn't a better way right now. You either have to do exhaustive incompatible lists or duplicating/rearranging multiple nested folder structures. Complicated heuristics or generation 'rules' aren't really a feature for large sets of items/traits. I've asked someone to look into implementing a "weightmap" type function into the generator for the exact same issues you are having, but that might be a while away yet :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
any update on the implementation @PhosphoriaArtist |
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.
-
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