You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ability that pushes all monsters in a certain direction. I think an easy way to do this is just run a FindObjectsOfType searching for everything with a PhysicsComponent and setting their velocity to the aim direction for a little while, along with damaging them.
The duration of the effect, damage dealt, and push strength should be exposed to the inspector.
The text was updated successfully, but these errors were encountered:
An ability that pushes all monsters in a certain direction. I think an easy way to do this is just run a FindObjectsOfType searching for everything with a PhysicsComponent and setting their velocity to the aim direction for a little while, along with damaging them.
The duration of the effect, damage dealt, and push strength should be exposed to the inspector.
The text was updated successfully, but these errors were encountered: