Not talking about splash damage. Rather, thinking of the mothership's weapons. The lasers on that I believe attack multiple targets at the exact same time with two different lasers or whatever. How do I do this?
You can create a buff behavior to be on the first target for x seconds, where x is 0.1 seconds less then the attack time. then set the targeting behavior on the weapon to only target enemies without that buff. if you have 2 weapons deployed that can attack at the same time, and both apply that buff when attacking then they will target different units since they can't both attack the same target (the buff prevents that, in combination with the validator)
I might be able to specify how to set this up later on. (I don't have much time for that now XD), But I hope this will point you in the correct direction :)
good luck on the attacks.
ps. this also prevents attacking the same unit with both weapons.
I was able to get everything except setting the targeting behavior on the weapon to only target enemies without the buff. Where exactly is this done? tHANK YOU
Not talking about splash damage. Rather, thinking of the mothership's weapons. The lasers on that I believe attack multiple targets at the exact same time with two different lasers or whatever. How do I do this?
You can create a buff behavior to be on the first target for x seconds, where x is 0.1 seconds less then the attack time. then set the targeting behavior on the weapon to only target enemies without that buff. if you have 2 weapons deployed that can attack at the same time, and both apply that buff when attacking then they will target different units since they can't both attack the same target (the buff prevents that, in combination with the validator)
I might be able to specify how to set this up later on. (I don't have much time for that now XD), But I hope this will point you in the correct direction :)
good luck on the attacks.
ps. this also prevents attacking the same unit with both weapons.
@Helral: Go
I was able to get everything except setting the targeting behavior on the weapon to only target enemies without the buff. Where exactly is this done? tHANK YOU