Direct Effect

A direct effect is a type of intermediate effect that can be used to chain multiple effects together.

Creation

To create a direct effect, find (or create) the GameName/Resources/GameName/AbilityEffect folder (or any subfolder) in the project tab and right click. Choose Create > AnyRPG > Abilities > Effects > DirectEffect.

Properties

Direct Effects do not have any properties other than the properties provided by their parent class, Fixed Length Effect.

Usage

Direct Effects will cast Tick Ability Effects, and Complete Ability Effects, but will never cast Hit Ability Effects. Hit Abilty Effects will be cast by Projectile Effects, AOE Effects, and Channeled Effects.

Next steps

Last updated