Allow loading when a bonus ID is not found on any piece of gear or input a list
seanpeters86 opened this issue ยท 0 comments
Is your feature request related to a problem? Please describe.
After the recent update I can now load an aura when a specific bonus id is equipped just fine, but there is no option for the inverse. Specifically I would like to have one aura when I have a bonus id (legendary) equipped, and use something else for when that bonus id is not found.
This paired together would make it even better if I could also input a list of bonus IDs to trigger off of. For example, I'd like to show Aura A when I have neither bonus ID 7052 OR 7050 equipped, but show Aura B if using 7052 or Aura C if using 7050.
Describe the solution you'd like
I would like to input a list of bonus ids in the load condition for Item Bonus Id Equipped
and be able to "not" select that to quickly get the inverse of this.
Describe alternatives you've considered
Currently I get around this by using a custom function and calling this and returning the value or the inverse depending on what I need. Works fine, but I'd like to reduce custom code if possible.