Changes
Page history
added color particle datatype
authored
Sep 17, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/Particle/Particle-Types/Entity_Effect.md
View page @
4abf8e29
...
...
@@ -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}
```
...
...
...
...