# Heal Effect

## Creation

To create a heal 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 > HealEffect*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2F8Gk7EAW2gEonIT58bvei%2Fimage.png?alt=media\&token=9184732f-9ba9-4c56-9333-805bf1b8b927)

## Properties

Heal Effects do not have any properties other than the properties of its parent class, [Amount Effect](https://docs.anyrpg.org/scriptable-objects/ability-effects/..#amount-effect-properties).

## Next steps

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