forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
EffectLib Smoke
JasperLorelai edited this page Jan 13, 2024
·
2 revisions
class: Smoke
This effect makes it seem as though the target is smouldering.
Option | Default |
---|---|
type |
"repeating" |
particle |
"smoke_normal" |
period |
1 |
iterations |
300 |
Option | Description | Type | Default |
---|---|---|---|
particles |
The number of particles that are displayed. | Integer | 20 |
SmokeExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: SmokeEffect
particle: FLAME
particles: 20
type: REPEATING
period: 1
iterations: 300