Changes
Page history
added ClearTarget mechanic
authored
Oct 01, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/ParticleRing.md
0 → 100644
View page @
1f8283a3
## 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-->