Skip to content
JasperLorelai edited this page Jan 13, 2024 · 2 revisions

Source Code

class: Love

Description:

This effect causes hearts to bubble out of the target.

Configuration:

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
Clone this wiki locally