So I'm trying to edit the Xel'Naga Artifact's Nova attack so that it doesn't damage enemies with a particular buff (Guardian Shield).
I'd imagine that I have to make the change somewhere in the TValerian03 - Artifact - Energy Nova (Search) effect somewhere, I see an exclude field, but I don't think that's what I'm looking for as I can only enter more effects in there. Correct me if I'm wrong
I'm still not real familiar with the Data Editor unfortunately, so I'm hoping someone here can help.
You need to add the validator to the search effects, which if return false will exclude the unit from the search. The validator would be the compare behavior count one, where you compare it equal or not equal to 0
Ok, I see that there is a validator field for the search effect, but when I open it up there isn't a behaviour count one listed there. If go to the Validator tab in the Data Editor I see it, but it's missing from the dropdown list in the Search Effect.
So I'm trying to edit the Xel'Naga Artifact's Nova attack so that it doesn't damage enemies with a particular buff (Guardian Shield).
I'd imagine that I have to make the change somewhere in the TValerian03 - Artifact - Energy Nova (Search) effect somewhere, I see an exclude field, but I don't think that's what I'm looking for as I can only enter more effects in there. Correct me if I'm wrong
I'm still not real familiar with the Data Editor unfortunately, so I'm hoping someone here can help.
Thanks,
@BiweeklyAaron: Go
You need to add the validator to the search effects, which if return false will exclude the unit from the search. The validator would be the compare behavior count one, where you compare it equal or not equal to 0
Ok, I see that there is a validator field for the search effect, but when I open it up there isn't a behaviour count one listed there. If go to the Validator tab in the Data Editor I see it, but it's missing from the dropdown list in the Search Effect.
@BiweeklyAaron: Go
You go to the validator tab, and create a new Validator with Type : Unit Compare Behavior
I tried that, but my created validator didn't show up in the dropdown list either.