# Taunt Effect

## Creation

To create a taunt 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 > TauntEffect*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FllhH6Z5YnhwuA4JfDrwr%2Fimage.png?alt=media\&token=c4a639c6-011f-4be1-ae10-7eaf2121bcb9)

## Properties

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

## Next steps

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