Skip to content

CreatureTargetSpell

JasperLorelai edited this page Nov 10, 2023 · 8 revisions

Source Code

spell-class: ".targeted.CreatureTargetSpell"

Description

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