Remove Effect
A remove effect removes a status effect from the target.
Last updated
A remove effect removes a status effect from the target.
Last updated
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.
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. |
Add a remove effect to an Ability.
Add a remove effect to another Ability Effect to chain them together.