Hi, I'm making a race for squad td. I was wondering if someone could explain how to do a stacking armor buff that activates whenever a mob attacks the unit in question. This buff will reset after every round and stop after 5 applications.
I've looked everywhere on this site for damage response tricks but I haven't really found too much. I would greatly appreciate any help you people have to offer!
Create a behavior_1 with max stack = 5 and desired armor bonus.
Create an effect_1 which would apply one instance of behavior_1 to the caster.
Create a behavior_2 which will always be on unit. It must have the effect_1 as the damage respond effect.
Removing of all behavior_1 instances will be a trigger work I guess. Otherwise, set a duration to the bahavior_1, so it would disappear before the next round start.
Hi, I'm making a race for squad td. I was wondering if someone could explain how to do a stacking armor buff that activates whenever a mob attacks the unit in question. This buff will reset after every round and stop after 5 applications.
I've looked everywhere on this site for damage response tricks but I haven't really found too much. I would greatly appreciate any help you people have to offer!
Thanks in advance
Create a behavior_1 with max stack = 5 and desired armor bonus.
Create an effect_1 which would apply one instance of behavior_1 to the caster.
Create a behavior_2 which will always be on unit. It must have the effect_1 as the damage respond effect.
Removing of all behavior_1 instances will be a trigger work I guess. Otherwise, set a duration to the bahavior_1, so it would disappear before the next round start.
@Zolden: Go
Wow, thanks a million. I'll get on it right away.