Magic - Add Force

Omega_5

New member
I'm setting up an ability to go with the Boss Stomp effect; to apply a 'stomp force' in all directions away from the player.
In the 'Add Force seems to only add forces in one direction, relative to the player.
Is there an option to apply forces in all directions away the from the origin, similar to an explosion?

Other question; if no option exists, I'm assuming I'd have to script something using explosionForce.
What would be the best practice method of calling a script from a magic ability? Or any of the Item Abilities?
 
You could just add multiple Add Force actions, each going in a different direction. However you'd need to have quite a few to create a realistic effect. So you could instead just use a Spawn Object action, to spawn an object with the Explosion component which has Explode On Impact enabled.
 
Top