Changes
Page history
Update skills/mechanics/ParticleBox
authored
Mar 12, 2024
by
queenofants
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/ParticleBox.md
0 → 100644
View page @
d26f9295
## Description
Creates a box of particles at the targeted entity or location. Extension of the
[
Particle Effect
](
/skills/effects/particles
)
.
A list of particle types can be found
[
here
](
/skills/effects/particles/types
)
.
## Attributes
This effect extends the general
[
Particle Effect
](
/skills/effects/particles
)
and uses all attributes from it.
| Attribute | Alias | Description | Default Value |
| --------- | ----- | ----------------------------- | ------------- |
| radius | r | The radius of the box to draw | 5 |
## Examples
```
yaml
ParticleCube
:
Skills
:
-
effect:particlebox{particle=flame;amount=200;radius=5} @self
```
\ No newline at end of file