Revert "added ClearTarget mechanic" authored by Lxlp's avatar Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
## Description
Creates a ring of particles around the targeted entity or location.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| points | pts | The number of points to draw representing the ring | 8 |
| radius | r | The radius of the ring around the target | 10 |
> This mechanic inherits every attribute of the [Particle](/skills/mechanics/particle) mechanic
>> The particles are generated “per point” in this mechanic, so keeping `amount` low is recommended.
## Examples
```yaml
FlameRing:
Skills:
- particlering{particle=flame;radius=20;points=32;amount=1;hS=1;vS=0} @target
```
## Aliases
- [x] effect:particlering
- [x] e:pr
- [x] pr
<!--TAGS-->
<!--tag:Effect:Particle-->