Forced Combinations not working #218
Unanswered
cryptofannatic
asked this question in
Help + Q&A
Replies: 1 comment
-
Update: It's working now. All i had to do was remove the space before the # |
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
-
const forcedCombinations = {
"Gradient C-6": ["Basic-Helmet-7", "Basic-Helmet-14", "Rookie-Helmet-9", "Rookie-Helmet-40", "Legendary-Helmet-47", "Legendary-Helmet-63", "Expert-Helmet-4", "Legendary-Helmet-99", "Expert-Helmet-64", "Powered Up Suit-2", "Basic Suit-8", "Veteran Suit-2", "Legendary Suit-34" , "Scarlet-Red-Visor", "Skywalker-9-Visor"]
Gradient C-6 is a background layer. I want all other red-coloured traits from different layers to match with only Gradient C-6 which is a red-coloured background.
The art that is getting generated is not doing that and instead just matching with other coloured traits.
I'm unsure if there's something wrong with my syntax or how I'm supposed to use nested folders.
Please help
Beta Was this translation helpful? Give feedback.
All reactions