Skip to content

CreatureTargetSpell

yuuwu edited this page Dec 30, 2019 · 8 revisions

Targeted spell - If the caster is a mob it will cast a spell on the mob's current target.

Example:

mythicmob-ability1:
    spell-class: "targeted.CreatureTargetSpell"
    spell: combust

combust:
    spell-class: ".targeted.CombustSpell"
    range: 20
    fire-ticks: 100
    fire-tick-damage: 1
    prevent-immunity: true
    target-players: true

Clone this wiki locally