Mechanic

leap

Causes the caster to leap to the target location

Configuration Fields (2)

NameTypeDefaultDescription
velocity
v
PlaceholderDouble velocity100The velocity of the leap
noise
n
PlaceholderDouble velocity1The noise/randomness of the leap

Examples & Notes

Examples

This skill would cause the mob to leap towards the target at high speeds, then slam into the ground and cause an explosion.

CrushingLeap:
  Cooldown: 10
  Skills:
  - leap{velocity=200} @target
  - delay 20
  - jump{velocity=-100}
  - effect:explosion @self
  - damage{amount=20} @EntitiesInRadius{r=5}

Universal Mechanic Options

Mentioned by

Author:
Ashijin
Community-maintained documentation for the Mythic plugin ecosystem.