forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
EffectLib Trace
JasperLorelai edited this page Jan 13, 2024
·
2 revisions
class: Trace
This effect creates a trail of particles behind the target entity.
Option | Default |
---|---|
type |
"repeating" |
particle |
"flame" |
period |
1 |
iterations |
600 |
Option | Description | Type | Default |
---|---|---|---|
refresh |
The number of iterations to wait before refreshing particles. | Integer | 5 |
maxWayPoints |
The maximum number of way points created by the effect. | Integer | 30 |
TraceExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: TraceEffect
particle: FLAME
refresh: 5
maxWayPoints: 30
type: REPEATING
period: 1
iterations: 600