Skip to content
JasperLorelai edited this page Jan 10, 2024 · 8 revisions

Source Code

spell-class: ".targeted.RemoveMarksSpell"
Value Supported
entity false
location true
entity_from_location false

Description:

A targeted spell that removes marks near a targeted location.

Configuration:

Since Beta 13 some of these options support dynamic values through numeric or string expressions.

Option Description Type Default Supports expressions
radius Radius of the spell. Float 10 true
power-affects-radius Since Beta 13. Boolean true true
point-blank Should the spell search for marks at the caster's location? Boolean false true
mark-spell Internal name of the mark spell. String false

Example:

RemoveMarks:
    spell-class: ".targeted.RemoveMarksSpell"
    radius: 20
    power-affects-radius: false 
    point-blank: true 
    mark-spell: Mark
    str-cast-self: You have removed your mark. 

Clone this wiki locally