forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
GeyserSpell
JasperLorelai edited this page Jul 27, 2023
·
9 revisions
spell-class: ".targeted.GeyserSpell"
Targeted spell. Create a block geyser that shoots your enemy into the air.
Option | Description | Default Value |
---|---|---|
geyser-type |
Block data | water |
damage |
Damage dealt by the geyser. | 0 |
velocity |
Velocity applied to the entity. | 10 |
geyser-height |
Height of the geyser. | 4 |
animation-speed |
The animated speed of the geyser. | 2 |
ignore-armor |
Should the spell's damage ignore armor? | false |
check-plugins |
Should the spell check damage-related plugins? | true |
avoid-damage-modification |
Should the spell avoid damage modification? | false |
geyser:
spell-class: ".targeted.GeyserSpell"
name: geyser
spell-icon: water
description: Create a geyser of water at your enemy's feet.
cast-item: blaze_rod
range: 20
damage: 0
velocity: 10
animation-speed: 2
geyser-height: 4
geyser-type: water
ignore-armor: false
can-target: players,monsters
check-plugins: true
cost:
- mana 10
str-cost: 10 mana
str-cast-self: You create a geyser at your enemy's feet.
str-no-target: No target found.