magemonkeystudio/divinity

[Enhancement] Sets based only off suffix

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When creating a set I am unable to create it so that it will accept any prefix and a specific suffix when checking for items

Describe the solution you'd like
To be able to create a set that will accept any prefix and a specifc suffix
For Ex.
Wild Cat Set
Rough Helmet of Wild Cat
Damp Chestplate of Wild Cat
Working to grant the set bonus of the default set

Describe alternatives you've considered
I've tried:
removing line 2 "prefix: "
setting line 2 to "prefix: '*' "
setting line 2 to "prefix: '%prefix%' "
setting line 2 to "prefix: 'Damp', 'Rough' " (Returns Error)
setting line 2 to "prefix: 'Damp, Rough' "
setting line 2 to "prefix: '' "
setting line 2 to "prefix: [] "
Removing "%prefix%" from the name lines under elements

Additional context
Not sure if this is a bug or intended behavior so I have listed it as an enhacement

Wildcat.yml: https://pastebin.com/q4riQb45
Common.yml: https://pastebin.com/XpKe54Yn