Skip to content
VolcanoMan3705 edited this page Jul 17, 2017 · 31 revisions

Qualified Name: com.nisovin.magicspells.spells.targeted.AreaEffectSpell Interfaces: TargetedLocationSpell Parent: TargetedSpell

Functionality: The 'Area of Effect' spell is used for converting, or applying, all spells listed in it's string to an area, of which is defined and limited by it's configuration options.

Configuration:

horizontal-radius expects an integer value and defaults to 10.

vertical-radius expects an integer value and defaults to 5.

point-blank expects a boolean value and defaults to true.

cone expects an integer value and defaults to 0.

fail-if-no-targets expects a boolean value and defaults to true.

max-targets expects an integer value and defaults to 0.

spell-source-in-center expects a boolean value and defaults to false.

spells expects a string list value and defaults to null, which will error.

location-target-modifiers expects a string list value and defaults to null.

entity-target-modifiers expects a string list value and defaults to null.

Clone this wiki locally