Skip to content
ChronoKeeper edited this page Jul 17, 2019 · 8 revisions

A targeted spell that removes marks near a targeted location.

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