Remove Effect
A remove effect removes a status effect from the target.
Creation
To create a remove 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 > RemoveEffect.
Properties
In addition to all the properties of its parent class, Fixed Length Effect, remove effects have the following properties.
Name
Description
Max Clear Effects
The maximum amount of Status Effects to remove. 0 is unlimited.
Effect Type Names
A list of Status Effect Types that this effect can remove.
Next steps
Add a remove effect to an Ability.
Add a remove effect to another Ability Effect to chain them together.
Last updated