-
Notifications
You must be signed in to change notification settings - Fork 72
AreaEffectSpell
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.