forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
EffectLib Icon
JasperLorelai edited this page Jan 13, 2024
·
2 revisions
class: Icon
This effect displays a single particle above the target.
Option | Default |
---|---|
type |
"repeating" |
particle |
"villager_happy" |
period |
4 |
iterations |
25 |
Option | Description | Type | Default |
---|---|---|---|
yOffset |
The offset of the particle on the y-offset. | Integer | 2 |
IconExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: IconEffect
particle: FLAME
yOffset: 2
type: REPEATING
period: 4
iterations: 25