# Remove Effect

## 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*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FiNnt7KMLA2eOEbmtdldS%2Fimage.png?alt=media\&token=6840d078-851d-4def-83b0-c648c311e287)

## Properties

In addition to all the properties of its parent class, [Fixed Length Effect](https://docs.anyrpg.org/scriptable-objects/ability-effects/..#fixed-length-effect-properties), remove effects have the following properties.

| Name              | Description                                                                                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Max Clear Effects | The maximum amount of [Status Effects](https://docs.anyrpg.org/scriptable-objects/ability-effects/status-effect) to remove. 0 is unlimited. |
| Effect Type Names | A list of [Status Effect Types](https://docs.anyrpg.org/scriptable-objects/status-effect-type) that this effect can remove.                 |

## Next steps

* Add a remove effect to an [Ability](https://docs.anyrpg.org/scriptable-objects/abilities).
* Add a remove effect to another [Ability Effect](https://docs.anyrpg.org/scriptable-objects/ability-effects) to chain them together.
