Skip to content

RemoveMarksSpell

AkitoBurrito edited this page Jan 28, 2022 · 6 revisions

Source Code

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