Skip to content

CreatureTargetSpell

MomoPewpew edited this page Jul 28, 2023 · 9 revisions

Source Code

spell-class: ".targeted.CreatureTargetSpell"

Description

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

Spell 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