|
|
## Description
|
|
|
Creates a particleline ring.
|
|
|
This mechanic is an extension of the **[Particle effect](/skills/effects/particles)**, and can, as such, **use any of its attributes**.
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| StartYOffset | syo, ystartoffset, ys | The starting vertical offset | 0 |
|
|
|
| TargetYOffset | tyo, ytargetoffset, yt | The target vertical offset | 0 |
|
|
|
| DistanceBetween | db | The distance between particles | 1 |
|
|
|
| FromOrigin| fo | Should the mechanic be casted from the origin of the metaskill | false |
|
|
|
| RingPoints | rp | The number of points in the line ring | 16 |
|
|
|
| RingRadius | rr | The radius of the line ring | 0.5 |
|
|
|
| maxdistance | md | The maximum distance for the line | 256 |
|
|
|
| distanceBetween | db | The distance between each point | 0.25 |
|
|
|
| startYOffset | syo, ystartoffset, ys| Offset Y location of the starting point | 0 |
|
|
|
| targetYOffset | tyo, ytargetoffset, yt | Offset Y location of the target point | 0 |
|
|
|
| fromOrigin | fo | Whether to draw the line from the [@origin] instead | false |
|
|
|
| ringpoints | rp | The number of points in the line ring | 16 |
|
|
|
| ringradius | rr | The radius of the line ring | 0.5 |
|
|
|
| maxdistance | md | The maximum distance the line can reach | 256 |
|
|
|
> This mechanic inherits every attribute of the [Particle](skills/mechanics/particle) mechanic
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- effect:particlelinering{p=flame;r=3;rr=1} @PIR{r=20;limit=1;sort=RANDOM}
|
|
|
- particlelinering{p=flame;r=3;rr=1} @PIR{r=20;limit=1;sort=RANDOM}
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] particlelinering
|
|
|
- [x] particleringline |
|
|
\ No newline at end of file |
|
|
- [x] effect:particlelinering
|
|
|
- [x] particleringline
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
[@origin]: skills/targeters/origin |
|
|
\ No newline at end of file |