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

Source Code

class: Icon

Description:

This effect displays a single particle above the target.

Configuration:

Option Default
type "repeating"
particle "villager_happy"
period 4
iterations 25

Other:

Option Description Type Default
yOffset The offset of the particle on the y-offset. Integer 2

Example:

IconExample:
    spell-class: ".instant.DummySpell"
    effects:
      Effect1:
        position: caster
        effect: effectlib 
        effectlib:
            class: IconEffect
            particle: FLAME
            yOffset: 2
            type: REPEATING
            period: 4
            iterations: 25
Clone this wiki locally