|
|
# DISCLAIMER
|
|
|
**This mechanic is a Work In Progress. As such, it is not yet functional, examples for it are not available, and is not intended to be used.**
|
|
|
|
|
|
|
|
|
## Description
|
|
|
Generates a particle effect based on an equation.
|
|
|
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 |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| equation | eq | The equation to use. Allows the `x`,`y`,`z` variables | 0 |
|
... | ... | @@ -14,6 +14,7 @@ This mechanic is an extension of the **[Particle effect](/skills/effects/particl |
|
|
| boundz | bz | The maximum width of the generated particles on the z axis | 1 |
|
|
|
| boundy | by | The maximum height of the generated particles on the y axis | 1 |
|
|
|
| resolution | res | The resolution of the equation | 0.1 |
|
|
|
> This mechanic inherits every attribute of the [Particle](skills/mechanics/particle) mechanic
|
|
|
|
|
|
|
|
|
## Aliases
|
... | ... | |