Skip to content

RemoveMarksSpell

MomoPewpew edited this page Jul 28, 2023 · 6 revisions

Source Code

spell-class: ".targeted.RemoveMarksSpell"

Description:

A targeted spell that removes marks near a targeted location.

Configuration:

Option Description Default Value
radius Radius of the spell. 10
point-blank Should the spell search for marks at the caster's location? false
mark-spell Internal name of the mark spell. ""

Example:

removemarks:
    spell-class: ".targeted.RemoveMarksSpell"
    radius: 20
    point-blank: true
    mark-spell: "mark"
Clone this wiki locally