EffectLib Smoke - TheComputerGeek2/MagicSpells GitHub Wiki
Source Code
class: Smoke
Description:
This effect makes it seem as though the target is smouldering.
Configuration:
Option |
Default |
type |
"repeating" |
particle |
"smoke_normal" |
period |
1 |
iterations |
300 |
Other:
Option |
Description |
Type |
Default |
particles |
The number of particles that are displayed. |
Integer |
20 |
Example:
SmokeExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: SmokeEffect
particle: FLAME
particles: 20
type: REPEATING
period: 1
iterations: 300