Changes
Page history
added aliases
authored
Mar 12, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/ParticleSphere.md
View page @
76be8b77
## Description
## Description
Creates a sphere of particles at the targeted entity or location.
Creates a sphere of particles at the targeted entity or location.
## Attributes
## Attributes
This effect extends the general
[
Particle Effect
](
/skills/effects/particles
)
and uses all attributes from it.
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| radius | r | The radius of the sphere to draw | 0 |
> This mechanic inherits every attribute of the [Particle](skills/mechanics/particle) mechanic
| Attribute | Alias | Description | Default Value |
| -------- | ----- | -------------------------------- | ------------- |
| radius | r | The radius of the sphere to draw | 5 |
## Examples
## Examples
```
yaml
```
yaml
FlameSphere
:
FlameSphere
:
Skills
:
Skills
:
-
effect:
particlesphere{particle=flame;amount=200;radius=5} @self
-
particlesphere{particle=flame;amount=200;radius=5} @self
```
```
## Aliases
-
[x] effect:particlesphere
-
[x] e:ps
-
[x] ps
\ No newline at end of file