forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 72
EffectLib Arc
JasperLorelai edited this page Jan 13, 2024
·
2 revisions
class: ArcThis effect creates an arc that extends from the source location to the target location.
| Option | Default |
|---|---|
type |
"repeating" |
particle |
"flame" |
period |
1 |
iterations |
200 |
| Option | Description | Type | Default |
|---|---|---|---|
particles |
The number of particles that are displayed. | Integer | 100 |
height |
The height of the arc in blocks. | Float | 2 |
AnimatedBallExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: ArcEffect
particle: FLAME
particles: 100
height: 2