EffectLib Love - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

class: Love

Description:

This effect causes hearts to bubble out of the target.

Configuration:

Overridden:

Option Default
type "repeating"
particle "heart"
period 2
iterations 600

Example:

LoveExample:
    spell-class: ".instant.DummySpell"
    effects:
      Effect1:
        position: caster
        effect: effectlib 
        effectlib:
            class: LoveEffect
            particle: HEART
            type: REPEATING
            period: 2
            iterations: 600