Skip to content
ArthurPendragon edited this page Apr 1, 2019 · 14 revisions

Dot Spell

Targeted spell that deals damage over time to a specified target.

Option Description Default Value
delay Time waited in ticks before dealing the first hit of damage(?). 1
interval Time in ticks between each hit. 20
duration How long to keep running the ticks of damage. 200
damage Amount of damage per hit, in half hearts. 2
prevent-knockback If true, will not deal any knockback when dealing damage. false
spell-damage-type What kind of damage to deal. List of damage types here. n/a

Example:

dot:
    spell-class: ".targeted.DotSpell"
    damage: 1
    delay: 1
    interval: 5
    duration: 60
    prevent-knockback: true
    spell-damage-type: CONTACT
Clone this wiki locally