EffectLib Flame - TheComputerGeek2/MagicSpells GitHub Wiki
Source Code
class: Flame
Description:
This effect creates a flame-like aura.
Configuration:
Option |
Default |
type |
"repeating" |
particle |
"flame" |
period |
1 |
iterations |
600 |
Other:
Option |
Description |
Type |
Default |
particles |
The number of particles displayed in each row. |
Integer |
10 |
Example:
FlameExample:
spell-class: ".instant.DummySpell"
effects:
Effect1:
position: caster
effect: effectlib
effectlib:
class: FlameEffect
particle: FLAME
particles: 10
type: REPEATING
period: 1
iterations: 600