forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
PurgeSpell
JasperLorelai edited this page Nov 23, 2024
·
1 revision
spell-class: ".instant.PurgeSpell"
Value | Supported |
---|---|
entity |
false |
location |
true |
entity_from_location |
false |
An instant spell that kills all monsters and animals around you.
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. | Double | 15 |
true |
power-affects-radius |
Since 4.0 Beta 13. | Boolean | true |
true |
entities |
You can optionally restrict the spell to a list of entity types. | String List | false |
purge:
spell-class: ".instant.PurgeSpell"
cast-item: bone
cooldown: 60
radius: 8
can-target: monsters,animals
cost:
- mana 50
str-cost: 50 mana
str-cast-self: You purge all life around you.
str-cast-others: "%a purges all nearby life."