I am trying to create an AoE attack that damages enemies around the unit that casts the ability. I have the range figured out, but when the unit moves, the aoe damage stays in the same place instead of moving with the caster. If anyone knows how to make abilitie like this movable that would be great. :)
Basically what you'll want to do is create a Behavior that has an Effect - Search Area for the periodic effect. Then have that Search Area deal the damage. Apply this behavior to your unit however you'd like - either with a Apply Behavior ability, or an Effect + Apply Behavior and an Ability - Instant Effect. The former is easier, the latter allows you to have a cast time.
I am trying to create an AoE attack that damages enemies around the unit that casts the ability. I have the range figured out, but when the unit moves, the aoe damage stays in the same place instead of moving with the caster. If anyone knows how to make abilitie like this movable that would be great. :)
Basically what you'll want to do is create a Behavior that has an Effect - Search Area for the periodic effect. Then have that Search Area deal the damage. Apply this behavior to your unit however you'd like - either with a Apply Behavior ability, or an Effect + Apply Behavior and an Ability - Instant Effect. The former is easier, the latter allows you to have a cast time.
Thanks a lot, this was exactly what I wanted.