... | @@ -2,7 +2,7 @@ Mechanic: Leap |
... | @@ -2,7 +2,7 @@ Mechanic: Leap |
|
==============
|
|
==============
|
|
|
|
|
|
Causes the mob to leap through the air at the target. Leap calculates a
|
|
Causes the mob to leap through the air at the target. Leap calculates a
|
|
projecitle-like trajectory so that the mob will land directly on top of
|
|
projectile-like trajectory so that the mob will land directly on top of
|
|
the target if the velocity is great enough, otherwise the mob will leap
|
|
the target if the velocity is great enough, otherwise the mob will leap
|
|
at far as possible towards the target.
|
|
at far as possible towards the target.
|
|
|
|
|
... | @@ -28,12 +28,13 @@ Examples |
... | @@ -28,12 +28,13 @@ Examples |
|
|
|
|
|
This skill would cause the mob to leap towards the target at high
|
|
This skill would cause the mob to leap towards the target at high
|
|
speeds, then slam into the ground and cause an explosion.
|
|
speeds, then slam into the ground and cause an explosion.
|
|
|
|
```yaml
|
|
CrushingLeap:
|
|
CrushingLeap:
|
|
Cooldown: 10
|
|
Cooldown: 10
|
|
Skills:
|
|
Skills:
|
|
- leap{velocity=200} @target
|
|
- leap{velocity=200} @target
|
|
- delay 20
|
|
- delay 20
|
|
- jump{velocity=-100}
|
|
- jump{velocity=-100}
|
|
- effect:explosion @self
|
|
- effect:explosion @self
|
|
- damage{amount=20} @EntitiesInRadius{r=5} |
|
- damage{amount=20} @EntitiesInRadius{r=5}
|
|
\ No newline at end of file |
|
``` |
|
|
|
\ No newline at end of file |