forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
Velocity Spell
MomoPewpew edited this page Jul 28, 2023
·
9 revisions
spell-class: ".instant.VelocitySpell"
Instant spell. A spell that sets your velocity upon the direction you are looking at. Spell power affects this spell.
While not officially a targeted spell, VelocitySpell implements "TargetedEntitySpell" and "TargetedEntityFromLocationSpell", so it can be casted on entities through the use of other targeted spells.
Option | Description | Variable Type | Default Value |
---|---|---|---|
speed |
The speed of the velocity. | Float | 40 |
cancel-damage |
Defines if the velocity change should cause fall damage. | Boolean | true |
add-velocity-instead |
Whether the velocity should be added instead of set. | Boolean | false |
velocity:
spell-class: ".instant.VelocitySpell"
speed: 40
cancel-damage: false
!!!This is not the official MagicSpells wiki!!!
This wiki was cloned from the official one to document the changes to the plugin that were made specifically for Dwarves vs Zombies 2023 and Lords of Minecraft 2