RemoveMarksSpell - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

spell-class: ".targeted.RemoveMarksSpell"

targeting cast argument values:

Value Supported
entity false
location true
entity_from_location false

Description:

A targeted spell that removes marks near a targeted location.

Configuration:

Since 4.0 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 4.0 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.