added color particle datatype authored by Lxlp's avatar Lxlp
......@@ -6,15 +6,14 @@
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| color | c | The color of the particle | #FF0000 |
| size | | The size of the particle | 1 |
> This particle has a [Dustoptions](/Skills/Mechanics/Particle/Particle-Types#dustoptions) Datatype, and inherits all of its attributes
> This particle has a [Color](/Skills/Mechanics/Particle/Particle-Types#color) Datatype, and inherits all of its attributes
## Examples
```yaml
Skills:
- particle{p=entity_effect;color=#FF0000;size=1}
- particle{p=entity_effect;color=#FF0000}
```
......
......